Html Css Color HEX #5DACEC Malibu

📋 copy color: '#5DACEC'

red 93 ◦ green 172 ◦ blue 236

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

Shades of Malibu #5DACEC

Tints of Malibu #5DACEC

RGB

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

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

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

R = 18.56%
G = 34.33%
B = 47.11%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DACEC (or 0x5DACEC) is known color: Malibu. HEX triplet: 5D, AC and EC. RGB value is (93,172,236). Sum of RGB (Red+Green+Blue) = 93+172+236=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DACEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DACEC is #A25313. Grayscale: #9B9B9B. Windows color (decimal): -10638100 or 15510621. OLE color: 15510621.

HSL color Cylindrical-coordinate representation of color #5DACEC: hue angle of 206.85º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DACEC is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 172 236 -
CMYK 0.61 0.27 0 0.07
HSL 206.85º 0.79% 0.65% -
HSV(B) 206.85º 0.61% 0.93% -
XYZ 34.41 37.89 84.86 -
YUV 155.68 173.33 83.3 -
System Red Green Blue C M Y K H S L
Decimal 93 172 236 0.61 0.27 0 0.07 206.85 0.79 0.65
Hex 5D AC EC 3D 1B 0 7 CF 4F 41
Octal 135 254 354 75 33 0 7 317 117 101
Binary 1011101 10101100 11101100 111101 11011 0 111 11001111 1001111 1000001

Color Harmonies of #5DACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACEC

Black with #5DACEC

Text Example


Text Example

White with #5DACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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