Html Css Color HEX #5CACDD Malibu

📋 copy color: '#5CACDD'

red 92 ◦ green 172 ◦ blue 221

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

Shades of Malibu #5CACDD

Tints of Malibu #5CACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 18.97%
G = 35.46%
B = 45.57%

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

#5CACDD (or 0x5CACDD) is known color: Malibu. HEX triplet: 5C, AC and DD. RGB value is (92,172,221). Sum of RGB (Red+Green+Blue) = 92+172+221=485 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.97% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #5CACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CACDD is #A35322. Grayscale: #999999. Windows color (decimal): -10703651 or 14527580. OLE color: 14527580.

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

Color convert

RGB 92 172 221 -
CMYK 0.58 0.22 0 0.13
HSL 202.79º 0.65% 0.61% -
HSV(B) 202.79º 0.58% 0.87% -
XYZ 32.22 37 73.85 -
YUV 153.67 166 84.02 -
System Red Green Blue C M Y K H S L
Decimal 92 172 221 0.58 0.22 0 0.13 202.79 0.65 0.61
Hex 5C AC DD 3A 16 0 D CB 41 3D
Octal 134 254 335 72 26 0 15 313 101 75
Binary 1011100 10101100 11011101 111010 10110 0 1101 11001011 1000001 111101

Color Harmonies of #5CACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CACDD

Black with #5CACDD

Text Example


Text Example

White with #5CACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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