#56bbf3

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

Shades of Malibu #56BBF3

Tints of Malibu #56BBF3

Color information

#56BBF3 (or 0x56BBF3) is unknown color: approx Malibu. HEX triplet: 56, BB and F3. RGB value is (86,187,243). Sum of RGB (Red+Green+Blue) = 86+187+243=516 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.67% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #56BBF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BBF3 is #A9440C. Grayscale: #A2A2A2. Windows color (decimal): -11093005 or 15973206. OLE color: 15973206.

HSL color Cylindrical-coordinate representation of color #56BBF3: hue angle of 201.4º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56BBF3 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB86187243-
CMYK0.650.2300.05
HSL201.4º86.74%64.51%-
HSV(B)201.4º64.61%95.29%-
XYZ37.7943.9991.29-
YUV163.18173.0472.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.67%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 243 (95.31% from 255) = 47.09%
R=16.67%
G=36.24%
B=47.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal861872430.650.2300.05201.486.7464.51
Hex56BBF3411705c95741
Octal1262733631012705311127101
Binary1010110101110111111001110000011011101011100100110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56bbf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56bbf3; }

 p { color: rgb(86,187,243); }

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

<style>
 a { background-color: #56bbf3; }

 a { background-color: rgb(86,187,243); }

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

<style>
 span { border-color: #56bbf3; }

 span { border-color: rgb(86,187,243); }

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