#5BABF3

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

Shades of Malibu #5BABF3

Tints of Malibu #5BABF3

Color information

#5BABF3 (or 0x5BABF3) is unknown color: approx Malibu. HEX triplet: 5B, AB and F3. RGB value is (91,171,243). Sum of RGB (Red+Green+Blue) = 91+171+243=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #5BABF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BABF3 is #A4540C. Grayscale: #9A9A9A. Windows color (decimal): -10769421 or 15969115. OLE color: 15969115.

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

Color convert

RGB91171243-
CMYK0.630.3000.05
HSL208.42º86.36%65.49%-
HSV(B)208.42º62.55%95.29%-
XYZ35.0537.8290.25-
YUV155.29177.582.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.02%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 243 (95.31% from 255) = 48.12%
R=18.02%
G=33.86%
B=48.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal911712430.630.3000.05208.4286.3665.49
Hex5BABF33F1E05d05641
Octal133253363773605320126101
Binary101101110101011111100111111111111001011101000010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,171,243); }

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

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

 a { background-color: rgb(91,171,243); }

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

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

 span { border-color: rgb(91,171,243); }

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