#5FBBDC

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

Shades of Malibu #5FBBDC

Tints of Malibu #5FBBDC

Color information

#5FBBDC (or 0x5FBBDC) is unknown color: approx Malibu. HEX triplet: 5F, BB and DC. RGB value is (95,187,220). Sum of RGB (Red+Green+Blue) = 95+187+220=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FBBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBBDC is #A04423. Grayscale: #A3A3A3. Windows color (decimal): -10503204 or 14465887. OLE color: 14465887.

HSL color Cylindrical-coordinate representation of color #5FBBDC: hue angle of 195.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FBBDC is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB95187220-
CMYK0.570.1500.14
HSL195.84º64.1%61.76%-
HSV(B)195.84º56.82%86.27%-
XYZ35.4143.1474.17-
YUV163.25160.0279.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.92%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=18.92%
G=37.25%
B=43.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal951872200.570.1500.14195.8464.161.76
Hex5FBBDC39F0Ec4403e
Octal137273334711701630410076
Binary10111111011101111011100111001111101110110001001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,187,220); }

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

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

 a { background-color: rgb(95,187,220); }

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

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

 span { border-color: rgb(95,187,220); }

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