Html Css Color HEX #5AAAEE Malibu

📋 copy color: '#5AAAEE'

red 90 ◦ green 170 ◦ blue 238

#5AAAEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #5AAAEE

Tints of Malibu #5AAAEE

RGB

 RED value IS 90 (35.55% from 255) = 18.07%

 GREEN value IS 170 (66.8% from 255) = 34.14%

 BLUE value IS 238 (93.36% from 255) = 47.79%

R = 18.07%
G = 34.14%
B = 47.79%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5AAAEE (or 0x5AAAEE) is known color: Malibu. HEX triplet: 5A, AA and EE. RGB value is (90,170,238). Sum of RGB (Red+Green+Blue) = 90+170+238=498 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.07% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #5AAAEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AAAEE is #A55511. Grayscale: #999999. Windows color (decimal): -10835218 or 15641178. OLE color: 15641178.

HSL color Cylindrical-coordinate representation of color #5AAAEE: hue angle of 207.57º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AAAEE is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 170 238 -
CMYK 0.62 0.29 0 0.07
HSL 207.57º 0.81% 0.64% -
HSV(B) 207.57º 0.62% 0.93% -
XYZ 34.02 37.1 86.26 -
YUV 153.83 175.5 82.47 -
System Red Green Blue C M Y K H S L
Decimal 90 170 238 0.62 0.29 0 0.07 207.57 0.81 0.64
Hex 5A AA EE 3E 1D 0 7 D0 51 40
Octal 132 252 356 76 35 0 7 320 121 100
Binary 1011010 10101010 11101110 111110 11101 0 111 11010000 1010001 1000000

Color Harmonies of #5AAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAAEE

Black with #5AAAEE

Text Example


Text Example

White with #5AAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AAAEE; }

 p { color: rgb(90,170,238); }

 H1.HeaderClassName
 {
   color: #5AAAEE;
 }
 .AnyTagClassName
 {
   color: #5AAAEE;
 }
</style>

background-color css

<style>
 a { background-color: #5AAAEE; }

 a { background-color: rgb(90,170,238); }

 div.DivClassName
 {
   background-color: #5AAAEE;
 }
 .BgClassName
 {
   background-color: #5AAAEE;
 }
</style>

border-color css

<style>
 span { border-color: #5AAAEE; }

 span { border-color: rgb(90,170,238); }

 td.TdClassName
 {
   border-color: #5AAAEE;
 }
 .TagClassName
 {
   border-color: #5AAAEE;
 }
</style>