#5BAEF1

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

Shades of Malibu #5BAEF1

Tints of Malibu #5BAEF1

Color information

#5BAEF1 (or 0x5BAEF1) is unknown color: approx Malibu. HEX triplet: 5B, AE and F1. RGB value is (91,174,241). Sum of RGB (Red+Green+Blue) = 91+174+241=506 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.98% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #5BAEF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAEF1 is #A4510E. Grayscale: #9C9C9C. Windows color (decimal): -10768655 or 15838811. OLE color: 15838811.

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

Color convert

RGB91174241-
CMYK0.620.2800.05
HSL206.8º84.27%65.1%-
HSV(B)206.8º62.24%94.51%-
XYZ35.3338.8588.86-
YUV156.82175.581.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.98%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 241 (94.53% from 255) = 47.63%
R=17.98%
G=34.39%
B=47.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal911742410.620.2800.05206.884.2765.1
Hex5BAEF13E1C05cf5441
Octal133256361763405317124101
Binary101101110101110111100011111101110001011100111110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,174,241); }

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

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

 a { background-color: rgb(91,174,241); }

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

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

 span { border-color: rgb(91,174,241); }

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