#5CB3DC

Color #5CB3DC Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #5CB3DC

Tints of Malibu #5CB3DC

Color information

#5CB3DC (or 0x5CB3DC) is unknown color: approx Malibu. HEX triplet: 5C, B3 and DC. RGB value is (92,179,220). Sum of RGB (Red+Green+Blue) = 92+179+220=491 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.74% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #5CB3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB3DC is #A34C23. Grayscale: #9D9D9D. Windows color (decimal): -10701860 or 14463836. OLE color: 14463836.

HSL color Cylindrical-coordinate representation of color #5CB3DC: hue angle of 199.22º 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 #5CB3DC is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92179220-
CMYK0.580.1900.14
HSL199.22º64.65%61.18%-
HSV(B)199.22º58.18%86.27%-
XYZ33.4539.6873.61-
YUV157.66163.1881.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.74%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 220 (86.33% from 255) = 44.81%
R=18.74%
G=36.46%
B=44.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921792200.580.1900.14199.2264.6561.18
Hex5CB3DC3A130Ec7413d
Octal134263334722301630710175
Binary101110010110011110111001110101001101110110001111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5CB3DC;
 }
 .AnyTagClassName
 {
   color: #5CB3DC;
 }
</style>
background-color css

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

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

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

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

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

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