#5FB8E5

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

Shades of Malibu #5FB8E5

Tints of Malibu #5FB8E5

Color information

#5FB8E5 (or 0x5FB8E5) is unknown color: approx Malibu. HEX triplet: 5F, B8 and E5. RGB value is (95,184,229). Sum of RGB (Red+Green+Blue) = 95+184+229=508 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.70% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #5FB8E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB8E5 is #A0471A. Grayscale: #A2A2A2. Windows color (decimal): -10503963 or 15054943. OLE color: 15054943.

HSL color Cylindrical-coordinate representation of color #5FB8E5: hue angle of 200.15º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FB8E5 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB95184229-
CMYK0.590.2000.10
HSL200.15º72.04%63.53%-
HSV(B)200.15º58.52%89.8%-
XYZ3642.3780.41-
YUV162.52165.5179.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.70%
GREEN value IS 184 (72.27% from 255) = 36.22%
BLUE value IS 229 (89.84% from 255) = 45.08%
R=18.70%
G=36.22%
B=45.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal951842290.590.2000.10200.1572.0463.53
Hex5FB8E53B140Ac84840
Octal1372703457324012310110100
Binary1011111101110001110010111101110100010101100100010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,184,229); }

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

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

 a { background-color: rgb(95,184,229); }

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

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

 span { border-color: rgb(95,184,229); }

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