#5CC8DD

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

Shades of Malibu #5CC8DD

Tints of Malibu #5CC8DD

Color information

#5CC8DD (or 0x5CC8DD) is unknown color: approx Malibu. HEX triplet: 5C, C8 and DD. RGB value is (92,200,221). Sum of RGB (Red+Green+Blue) = 92+200+221=513 (67% of max value = 765). Red value is 92 (36.33% from 255 or 17.93% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #5CC8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC8DD is #A33722. Grayscale: #A9A9A9. Windows color (decimal): -10696483 or 14534748. OLE color: 14534748.

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

Color convert

RGB92200221-
CMYK0.580.1000.13
HSL189.77º65.48%61.37%-
HSV(B)189.77º58.37%86.67%-
XYZ38.1248.875.82-
YUV170.1156.7272.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.93%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=17.93%
G=38.99%
B=43.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922002210.580.1000.13189.7765.4861.37
Hex5CC8DD3AA0Dbe413d
Octal134310335721201527610175
Binary10111001100100011011101111010101001101101111101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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