#5FB8DD

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

Shades of Malibu #5FB8DD

Tints of Malibu #5FB8DD

Color information

#5FB8DD (or 0x5FB8DD) is unknown color: approx Malibu. HEX triplet: 5F, B8 and DD. RGB value is (95,184,221). Sum of RGB (Red+Green+Blue) = 95+184+221=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #5FB8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB8DD is #A04722. Grayscale: #A1A1A1. Windows color (decimal): -10503971 or 14530655. OLE color: 14530655.

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

Color convert

RGB95184221-
CMYK0.570.1700.13
HSL197.62º64.95%61.96%-
HSV(B)197.62º57.01%86.67%-
XYZ34.9141.9374.66-
YUV161.61161.5180.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19%
GREEN value IS 184 (72.27% from 255) = 36.8%
BLUE value IS 221 (86.72% from 255) = 44.2%
R=19%
G=36.8%
B=44.2%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951842210.570.1700.13197.6264.9561.96
Hex5FB8DD39110Dc6413e
Octal137270335712101530610176
Binary101111110111000110111011110011000101101110001101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,184,221); }

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

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

 a { background-color: rgb(95,184,221); }

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

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

 span { border-color: rgb(95,184,221); }

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