#5FB7E7

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

Shades of Malibu #5FB7E7

Tints of Malibu #5FB7E7

Color information

#5FB7E7 (or 0x5FB7E7) is unknown color: approx Malibu. HEX triplet: 5F, B7 and E7. RGB value is (95,183,231). Sum of RGB (Red+Green+Blue) = 95+183+231=509 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.66% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 231 (90.62% from 255 or 45.38% from 509); Max value from RGB is 231 - color contains mainly: blue. Hex color #5FB7E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FB7E7 is #A04818. Grayscale: #A1A1A1. Windows color (decimal): -10504217 or 15185759. OLE color: 15185759.

HSL color Cylindrical-coordinate representation of color #5FB7E7: hue angle of 201.18º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FB7E7 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB95183231-
CMYK0.590.2100.09
HSL201.18º73.91%63.92%-
HSV(B)201.18º58.87%90.59%-
XYZ36.0842.0781.82-
YUV162.16166.8580.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.66%
GREEN value IS 183 (71.88% from 255) = 35.95%
BLUE value IS 231 (90.62% from 255) = 45.38%
R=18.66%
G=35.95%
B=45.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal951832310.590.2100.09201.1873.9163.92
Hex5FB7E73B1509c94a40
Octal1372673477325011311112100
Binary1011111101101111110011111101110101010011100100110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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