Html Css Color HEX #5DAAE8 Malibu

📋 copy color: '#5DAAE8'

red 93 ◦ green 170 ◦ blue 232

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

Shades of Malibu #5DAAE8

Tints of Malibu #5DAAE8

RGB

 RED value IS 93 (36.72% from 255) = 18.79%

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

 BLUE value IS 232 (91.02% from 255) = 46.87%

R = 18.79%
G = 34.34%
B = 46.87%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5DAAE8 (or 0x5DAAE8) is known color: Malibu. HEX triplet: 5D, AA and E8. RGB value is (93,170,232). Sum of RGB (Red+Green+Blue) = 93+170+232=495 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.79% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #5DAAE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAAE8 is #A25517. Grayscale: #999999. Windows color (decimal): -10638616 or 15247965. OLE color: 15247965.

HSL color Cylindrical-coordinate representation of color #5DAAE8: hue angle of 206.76º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DAAE8 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 93 170 232 -
CMYK 0.60 0.27 0 0.09
HSL 206.76º 0.75% 0.64% -
HSV(B) 206.76º 0.6% 0.91% -
XYZ 33.45 36.9 81.7 -
YUV 154.05 171.99 84.46 -
System Red Green Blue C M Y K H S L
Decimal 93 170 232 0.60 0.27 0 0.09 206.76 0.75 0.64
Hex 5D AA E8 3C 1B 0 9 CF 4B 40
Octal 135 252 350 74 33 0 11 317 113 100
Binary 1011101 10101010 11101000 111100 11011 0 1001 11001111 1001011 1000000

Color Harmonies of #5DAAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAAE8

Black with #5DAAE8

Text Example


Text Example

White with #5DAAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,170,232); }

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

background-color css

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

 a { background-color: rgb(93,170,232); }

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

border-color css

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

 span { border-color: rgb(93,170,232); }

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