Html Css Color HEX #5DACE0 Malibu

📋 copy color: '#5DACE0'

red 93 ◦ green 172 ◦ blue 224

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

Shades of Malibu #5DACE0

Tints of Malibu #5DACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.17%

 BLUE value IS 224 (87.89% from 255) = 45.81%

R = 19.02%
G = 35.17%
B = 45.81%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5DACE0 (or 0x5DACE0) is known color: Malibu. HEX triplet: 5D, AC and E0. RGB value is (93,172,224). Sum of RGB (Red+Green+Blue) = 93+172+224=489 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.02% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #5DACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACE0 is #A2531F. Grayscale: #9A9A9A. Windows color (decimal): -10638112 or 14724189. OLE color: 14724189.

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

Color convert

RGB 93 172 224 -
CMYK 0.58 0.23 0 0.12
HSL 203.82º 0.68% 0.62% -
HSV(B) 203.82º 0.58% 0.88% -
XYZ 32.72 37.21 75.98 -
YUV 154.31 167.33 84.27 -
System Red Green Blue C M Y K H S L
Decimal 93 172 224 0.58 0.23 0 0.12 203.82 0.68 0.62
Hex 5D AC E0 3A 17 0 C CC 44 3E
Octal 135 254 340 72 27 0 14 314 104 76
Binary 1011101 10101100 11100000 111010 10111 0 1100 11001100 1000100 111110

Color Harmonies of #5DACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACE0

Black with #5DACE0

Text Example


Text Example

White with #5DACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,172,224); }

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

background-color css

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

 a { background-color: rgb(93,172,224); }

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

border-color css

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

 span { border-color: rgb(93,172,224); }

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