#5BBCF2

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

Shades of Malibu #5BBCF2

Tints of Malibu #5BBCF2

Color information

#5BBCF2 (or 0x5BBCF2) is unknown color: approx Malibu. HEX triplet: 5B, BC and F2. RGB value is (91,188,242). Sum of RGB (Red+Green+Blue) = 91+188+242=521 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.47% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #5BBCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBCF2 is #A4430D. Grayscale: #A4A4A4. Windows color (decimal): -10765070 or 15907931. OLE color: 15907931.

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

Color convert

RGB91188242-
CMYK0.620.2200.05
HSL201.46º85.31%65.29%-
HSV(B)201.46º62.4%94.9%-
XYZ38.3244.690.59-
YUV165.15171.3675.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.47%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=17.47%
G=36.08%
B=46.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal911882420.620.2200.05201.4685.3165.29
Hex5BBCF23E1605c95541
Octal133274362762605311125101
Binary101101110111100111100101111101011001011100100110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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