Html Css Color HEX #5CACEC Malibu

📋 copy color: '#5CACEC'

red 92 ◦ green 172 ◦ blue 236

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

Shades of Malibu #5CACEC

Tints of Malibu #5CACEC

RGB

 RED value IS 92 (36.33% from 255) = 18.4%

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

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

R = 18.4%
G = 34.4%
B = 47.2%

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

#5CACEC (or 0x5CACEC) is known color: Malibu. HEX triplet: 5C, AC and EC. RGB value is (92,172,236). Sum of RGB (Red+Green+Blue) = 92+172+236=500 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CACEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CACEC is #A35313. Grayscale: #9B9B9B. Windows color (decimal): -10703636 or 15510620. OLE color: 15510620.

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

Color convert

RGB 92 172 236 -
CMYK 0.61 0.27 0 0.07
HSL 206.67º 0.79% 0.64% -
HSV(B) 206.67º 0.61% 0.93% -
XYZ 34.31 37.84 84.85 -
YUV 155.38 173.5 82.8 -
System Red Green Blue C M Y K H S L
Decimal 92 172 236 0.61 0.27 0 0.07 206.67 0.79 0.64
Hex 5C AC EC 3D 1B 0 7 CF 4F 40
Octal 134 254 354 75 33 0 7 317 117 100
Binary 1011100 10101100 11101100 111101 11011 0 111 11001111 1001111 1000000

Color Harmonies of #5CACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CACEC

Black with #5CACEC

Text Example


Text Example

White with #5CACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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