#5FB7EE

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

Shades of Malibu #5FB7EE

Tints of Malibu #5FB7EE

Color information

#5FB7EE (or 0x5FB7EE) is unknown color: approx Malibu. HEX triplet: 5F, B7 and EE. RGB value is (95,183,238). Sum of RGB (Red+Green+Blue) = 95+183+238=516 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.41% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FB7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FB7EE is #A04811. Grayscale: #A2A2A2. Windows color (decimal): -10504210 or 15644511. OLE color: 15644511.

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

Color convert

RGB95183238-
CMYK0.600.2300.07
HSL203.08º80.79%65.29%-
HSV(B)203.08º60.08%93.33%-
XYZ37.0942.4787.13-
YUV162.96170.3579.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.41%
GREEN value IS 183 (71.88% from 255) = 35.47%
BLUE value IS 238 (93.36% from 255) = 46.12%
R=18.41%
G=35.47%
B=46.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951832380.600.2300.07203.0880.7965.29
Hex5FB7EE3C1707cb5141
Octal137267356742707313121101
Binary101111110110111111011101111001011101111100101110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,183,238); }

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

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

 a { background-color: rgb(95,183,238); }

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

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

 span { border-color: rgb(95,183,238); }

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