#5FBAF1

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

Shades of Malibu #5FBAF1

Tints of Malibu #5FBAF1

Color information

#5FBAF1 (or 0x5FBAF1) is unknown color: approx Malibu. HEX triplet: 5F, BA and F1. RGB value is (95,186,241). Sum of RGB (Red+Green+Blue) = 95+186+241=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #5FBAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBAF1 is #A0450E. Grayscale: #A4A4A4. Windows color (decimal): -10503439 or 15841887. OLE color: 15841887.

HSL color Cylindrical-coordinate representation of color #5FBAF1: hue angle of 202.6º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FBAF1 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB95186241-
CMYK0.610.2300.05
HSL202.6º83.91%65.88%-
HSV(B)202.6º60.58%94.51%-
XYZ38.1643.989.68-
YUV165.06170.8578.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.20%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 241 (94.53% from 255) = 46.17%
R=18.20%
G=35.63%
B=46.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal951862410.610.2300.05202.683.9165.88
Hex5FBAF13D1705cb5442
Octal137272361752705313124102
Binary101111110111010111100011111011011101011100101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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