Html Css Color HEX #5AAEEC Malibu

📋 copy color: '#5AAEEC'

red 90 ◦ green 174 ◦ blue 236

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

Shades of Malibu #5AAEEC

Tints of Malibu #5AAEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.8%

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 18%
G = 34.8%
B = 47.2%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5AAEEC (or 0x5AAEEC) is known color: Malibu. HEX triplet: 5A, AE and EC. RGB value is (90,174,236). Sum of RGB (Red+Green+Blue) = 90+174+236=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #5AAEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AAEEC is #A55113. Grayscale: #9B9B9B. Windows color (decimal): -10834196 or 15511130. OLE color: 15511130.

HSL color Cylindrical-coordinate representation of color #5AAEEC: hue angle of 205.48º degrees, saturation: 0.79, 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 #5AAEEC is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 174 236 -
CMYK 0.62 0.26 0 0.07
HSL 205.48º 0.79% 0.64% -
HSV(B) 205.48º 0.62% 0.93% -
XYZ 34.49 38.5 84.97 -
YUV 155.95 173.17 80.96 -
System Red Green Blue C M Y K H S L
Decimal 90 174 236 0.62 0.26 0 0.07 205.48 0.79 0.64
Hex 5A AE EC 3E 1A 0 7 CD 4F 40
Octal 132 256 354 76 32 0 7 315 117 100
Binary 1011010 10101110 11101100 111110 11010 0 111 11001101 1001111 1000000

Color Harmonies of #5AAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAEEC

Black with #5AAEEC

Text Example


Text Example

White with #5AAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,174,236); }

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

background-color css

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

 a { background-color: rgb(90,174,236); }

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

border-color css

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

 span { border-color: rgb(90,174,236); }

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