#5BB1F2

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

Shades of Malibu #5BB1F2

Tints of Malibu #5BB1F2

Color information

#5BB1F2 (or 0x5BB1F2) is unknown color: approx Malibu. HEX triplet: 5B, B1 and F2. RGB value is (91,177,242). Sum of RGB (Red+Green+Blue) = 91+177+242=510 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.84% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #5BB1F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BB1F2 is #A44E0D. Grayscale: #9E9E9E. Windows color (decimal): -10767886 or 15905115. OLE color: 15905115.

HSL color Cylindrical-coordinate representation of color #5BB1F2: hue angle of 205.83º degrees, saturation: 0.85, 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 #5BB1F2 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB91177242-
CMYK0.620.2700.05
HSL205.83º85.31%65.29%-
HSV(B)205.83º62.4%94.9%-
XYZ36.0640.0889.84-
YUV158.7175.0179.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.84%
GREEN value IS 177 (69.53% from 255) = 34.71%
BLUE value IS 242 (94.92% from 255) = 47.45%
R=17.84%
G=34.71%
B=47.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal911772420.620.2700.05205.8385.3165.29
Hex5BB1F23E1B05ce5541
Octal133261362763305316125101
Binary101101110110001111100101111101101101011100111010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,177,242); }

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

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

 a { background-color: rgb(91,177,242); }

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

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

 span { border-color: rgb(91,177,242); }

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