Html Css Color HEX #5DAEDE Malibu

📋 copy color: '#5DAEDE'

red 93 ◦ green 174 ◦ blue 222

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

Shades of Malibu #5DAEDE

Tints of Malibu #5DAEDE

RGB

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

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

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

R = 19.02%
G = 35.58%
B = 45.4%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DAEDE (or 0x5DAEDE) is known color: Malibu. HEX triplet: 5D, AE and DE. RGB value is (93,174,222). Sum of RGB (Red+Green+Blue) = 93+174+222=489 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.02% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #5DAEDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAEDE is #A25121. Grayscale: #9A9A9A. Windows color (decimal): -10637602 or 14593629. OLE color: 14593629.

HSL color Cylindrical-coordinate representation of color #5DAEDE: hue angle of 202.33º 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 #5DAEDE is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 174 222 -
CMYK 0.58 0.22 0 0.13
HSL 202.33º 0.66% 0.62% -
HSV(B) 202.33º 0.58% 0.87% -
XYZ 32.84 37.87 74.69 -
YUV 155.25 165.66 83.6 -
System Red Green Blue C M Y K H S L
Decimal 93 174 222 0.58 0.22 0 0.13 202.33 0.66 0.62
Hex 5D AE DE 3A 16 0 D CA 42 3E
Octal 135 256 336 72 26 0 15 312 102 76
Binary 1011101 10101110 11011110 111010 10110 0 1101 11001010 1000010 111110

Color Harmonies of #5DAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAEDE

Black with #5DAEDE

Text Example


Text Example

White with #5DAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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