Html Css Color HEX #5DAADE Malibu

📋 copy color: '#5DAADE'

red 93 ◦ green 170 ◦ blue 222

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

Shades of Malibu #5DAADE

Tints of Malibu #5DAADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 19.18%
G = 35.05%
B = 45.77%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DAADE (or 0x5DAADE) is known color: Malibu. HEX triplet: 5D, AA and DE. RGB value is (93,170,222). Sum of RGB (Red+Green+Blue) = 93+170+222=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #5DAADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAADE is #A25521. Grayscale: #989898. Windows color (decimal): -10638626 or 14592605. OLE color: 14592605.

HSL color Cylindrical-coordinate representation of color #5DAADE: hue angle of 204.19º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DAADE is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 170 222 -
CMYK 0.58 0.23 0 0.13
HSL 204.19º 0.66% 0.62% -
HSV(B) 204.19º 0.58% 0.87% -
XYZ 32.07 36.35 74.43 -
YUV 152.91 166.99 85.27 -
System Red Green Blue C M Y K H S L
Decimal 93 170 222 0.58 0.23 0 0.13 204.19 0.66 0.62
Hex 5D AA DE 3A 17 0 D CC 42 3E
Octal 135 252 336 72 27 0 15 314 102 76
Binary 1011101 10101010 11011110 111010 10111 0 1101 11001100 1000010 111110

Color Harmonies of #5DAADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAADE

Black with #5DAADE

Text Example


Text Example

White with #5DAADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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