#56bce7

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

Shades of Malibu #56BCE7

Tints of Malibu #56BCE7

Color information

#56BCE7 (or 0x56BCE7) is unknown color: approx Malibu. HEX triplet: 56, BC and E7. RGB value is (86,188,231). Sum of RGB (Red+Green+Blue) = 86+188+231=505 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.03% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #56BCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BCE7 is #A94318. Grayscale: #A2A2A2. Windows color (decimal): -11092761 or 15187030. OLE color: 15187030.

HSL color Cylindrical-coordinate representation of color #56BCE7: hue angle of 197.79º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56BCE7 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB86188231-
CMYK0.630.1900.09
HSL197.79º75.13%62.16%-
HSV(B)197.79º62.77%90.59%-
XYZ36.2443.7182.13-
YUV162.4166.7173.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.03%
GREEN value IS 188 (73.83% from 255) = 37.23%
BLUE value IS 231 (90.62% from 255) = 45.74%
R=17.03%
G=37.23%
B=45.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal861882310.630.1900.09197.7975.1362.16
Hex56BCE73F1309c64b3e
Octal126274347772301130611376
Binary101011010111100111001111111111001101001110001101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56bce7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,188,231); }

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

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

 a { background-color: rgb(86,188,231); }

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

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

 span { border-color: rgb(86,188,231); }

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