#5FBCEA

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

Shades of Malibu #5FBCEA

Tints of Malibu #5FBCEA

Color information

#5FBCEA (or 0x5FBCEA) is unknown color: approx Malibu. HEX triplet: 5F, BC and EA. RGB value is (95,188,234). Sum of RGB (Red+Green+Blue) = 95+188+234=517 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.38% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FBCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBCEA is #A04315. Grayscale: #A5A5A5. Windows color (decimal): -10502934 or 15383647. OLE color: 15383647.

HSL color Cylindrical-coordinate representation of color #5FBCEA: hue angle of 199.86º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FBCEA is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95188234-
CMYK0.590.2000.08
HSL199.86º76.8%64.51%-
HSV(B)199.86º59.4%91.76%-
XYZ37.5544.3484.42-
YUV165.44166.6977.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.38%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=18.38%
G=36.36%
B=45.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal951882340.590.2000.08199.8676.864.51
Hex5FBCEA3B1408c84d41
Octal1372743527324010310115101
Binary1011111101111001110101011101110100010001100100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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