#5FB3E0

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

Shades of Malibu #5FB3E0

Tints of Malibu #5FB3E0

Color information

#5FB3E0 (or 0x5FB3E0) is unknown color: approx Malibu. HEX triplet: 5F, B3 and E0. RGB value is (95,179,224). Sum of RGB (Red+Green+Blue) = 95+179+224=498 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.08% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #5FB3E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB3E0 is #A04C1F. Grayscale: #9E9E9E. Windows color (decimal): -10505248 or 14725983. OLE color: 14725983.

HSL color Cylindrical-coordinate representation of color #5FB3E0: hue angle of 200.93º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FB3E0 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB95179224-
CMYK0.580.2000.12
HSL200.93º67.54%62.55%-
HSV(B)200.93º57.59%87.84%-
XYZ34.2940.0576.44-
YUV159.01164.6782.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.08%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 224 (87.89% from 255) = 44.98%
R=19.08%
G=35.94%
B=44.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal951792240.580.2000.12200.9367.5462.55
Hex5FB3E03A140Cc9443f
Octal137263340722401431110477
Binary101111110110011111000001110101010001100110010011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,179,224); }

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

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

 a { background-color: rgb(95,179,224); }

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

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

 span { border-color: rgb(95,179,224); }

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