#5FBCEC

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

Shades of Malibu #5FBCEC

Tints of Malibu #5FBCEC

Color information

#5FBCEC (or 0x5FBCEC) is unknown color: approx Malibu. HEX triplet: 5F, BC and EC. RGB value is (95,188,236). Sum of RGB (Red+Green+Blue) = 95+188+236=519 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.30% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FBCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBCEC is #A04313. Grayscale: #A5A5A5. Windows color (decimal): -10502932 or 15514719. OLE color: 15514719.

HSL color Cylindrical-coordinate representation of color #5FBCEC: hue angle of 200.43º 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 #5FBCEC is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB95188236-
CMYK0.600.2000.07
HSL200.43º78.77%64.9%-
HSV(B)200.43º59.75%92.55%-
XYZ37.8444.4685.94-
YUV165.66167.6977.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.30%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 236 (92.58% from 255) = 45.47%
R=18.30%
G=36.22%
B=45.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951882360.600.2000.07200.4378.7764.9
Hex5FBCEC3C1407c84f41
Octal137274354742407310117101
Binary101111110111100111011001111001010001111100100010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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