#5BBBF2

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

Shades of Malibu #5BBBF2

Tints of Malibu #5BBBF2

Color information

#5BBBF2 (or 0x5BBBF2) is unknown color: approx Malibu. HEX triplet: 5B, BB and F2. RGB value is (91,187,242). Sum of RGB (Red+Green+Blue) = 91+187+242=520 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.5% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #5BBBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBBF2 is #A4440D. Grayscale: #A4A4A4. Windows color (decimal): -10765326 or 15907675. OLE color: 15907675.

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

Color convert

RGB91187242-
CMYK0.620.2300.05
HSL201.85º85.31%65.29%-
HSV(B)201.85º62.4%94.9%-
XYZ38.1144.1890.52-
YUV164.57171.775.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.5%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 242 (94.92% from 255) = 46.54%
R=17.5%
G=35.96%
B=46.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal911872420.620.2300.05201.8585.3165.29
Hex5BBBF23E1705ca5541
Octal133273362762705312125101
Binary101101110111011111100101111101011101011100101010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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