#5FBAD9

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

Shades of Malibu #5FBAD9

Tints of Malibu #5FBAD9

Color information

#5FBAD9 (or 0x5FBAD9) is unknown color: approx Malibu. HEX triplet: 5F, BA and D9. RGB value is (95,186,217). Sum of RGB (Red+Green+Blue) = 95+186+217=498 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.08% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #5FBAD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBAD9 is #A04526. Grayscale: #A2A2A2. Windows color (decimal): -10503463 or 14269023. OLE color: 14269023.

HSL color Cylindrical-coordinate representation of color #5FBAD9: hue angle of 195.25º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FBAD9 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB95186217-
CMYK0.560.1400.15
HSL195.25º61.62%61.18%-
HSV(B)195.25º56.22%85.1%-
XYZ34.842.5672.03-
YUV162.32158.8579.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.08%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 217 (85.16% from 255) = 43.57%
R=19.08%
G=37.35%
B=43.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal951862170.560.1400.15195.2561.6261.18
Hex5FBAD938E0Fc33e3d
Octal13727233170160173037675
Binary1011111101110101101100111100011100111111000011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,186,217); }

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

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

 a { background-color: rgb(95,186,217); }

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

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

 span { border-color: rgb(95,186,217); }

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