#5FBADE

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

Shades of Malibu #5FBADE

Tints of Malibu #5FBADE

Color information

#5FBADE (or 0x5FBADE) is unknown color: approx Malibu. HEX triplet: 5F, BA and DE. RGB value is (95,186,222). Sum of RGB (Red+Green+Blue) = 95+186+222=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #5FBADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBADE is #A04521. Grayscale: #A2A2A2. Windows color (decimal): -10503458 or 14596703. OLE color: 14596703.

HSL color Cylindrical-coordinate representation of color #5FBADE: hue angle of 197.01º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FBADE is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95186222-
CMYK0.570.1600.13
HSL197.01º65.8%62.16%-
HSV(B)197.01º57.21%87.06%-
XYZ35.4642.8275.5-
YUV162.89161.3579.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.89%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=18.89%
G=36.98%
B=44.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951862220.570.1600.13197.0165.862.16
Hex5FBADE39100Dc5423e
Octal137272336712001530510276
Binary101111110111010110111101110011000001101110001011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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