#5FBBEC

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

Shades of Malibu #5FBBEC

Tints of Malibu #5FBBEC

Color information

#5FBBEC (or 0x5FBBEC) is unknown color: approx Malibu. HEX triplet: 5F, BB and EC. RGB value is (95,187,236). Sum of RGB (Red+Green+Blue) = 95+187+236=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FBBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBBEC is #A04413. Grayscale: #A4A4A4. Windows color (decimal): -10503188 or 15514463. OLE color: 15514463.

HSL color Cylindrical-coordinate representation of color #5FBBEC: hue angle of 200.85º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FBBEC is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB95187236-
CMYK0.600.2100.07
HSL200.85º78.77%64.9%-
HSV(B)200.85º59.75%92.55%-
XYZ37.6344.0385.87-
YUV165.08168.0278.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.34%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 236 (92.58% from 255) = 45.56%
R=18.34%
G=36.10%
B=45.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951872360.600.2100.07200.8578.7764.9
Hex5FBBEC3C1507c94f41
Octal137273354742507311117101
Binary101111110111011111011001111001010101111100100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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