Html Css Color HEX #5CB1DC Malibu

📋 copy color: '#5CB1DC'

red 92 ◦ green 177 ◦ blue 220

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

Shades of Malibu #5CB1DC

Tints of Malibu #5CB1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.2%

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 18.81%
G = 36.2%
B = 44.99%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5CB1DC (or 0x5CB1DC) is known color: Malibu. HEX triplet: 5C, B1 and DC. RGB value is (92,177,220). Sum of RGB (Red+Green+Blue) = 92+177+220=489 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.81% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #5CB1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB1DC is #A34E23. Grayscale: #9C9C9C. Windows color (decimal): -10702372 or 14463324. OLE color: 14463324.

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

Color convert

RGB 92 177 220 -
CMYK 0.58 0.20 0 0.14
HSL 200.16º 0.65% 0.61% -
HSV(B) 200.16º 0.58% 0.86% -
XYZ 33.05 38.89 73.47 -
YUV 156.49 163.84 82 -
System Red Green Blue C M Y K H S L
Decimal 92 177 220 0.58 0.20 0 0.14 200.16 0.65 0.61
Hex 5C B1 DC 3A 14 0 E C8 41 3D
Octal 134 261 334 72 24 0 16 310 101 75
Binary 1011100 10110001 11011100 111010 10100 0 1110 11001000 1000001 111101

Color Harmonies of #5CB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB1DC

Black with #5CB1DC

Text Example


Text Example

White with #5CB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,177,220); }

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

background-color css

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

 a { background-color: rgb(92,177,220); }

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

border-color css

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

 span { border-color: rgb(92,177,220); }

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