#56BEE5

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

Shades of Malibu #56BEE5

Tints of Malibu #56BEE5

Color information

#56BEE5 (or 0x56BEE5) is unknown color: approx Malibu. HEX triplet: 56, BE and E5. RGB value is (86,190,229). Sum of RGB (Red+Green+Blue) = 86+190+229=505 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.03% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #56BEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BEE5 is #A9411A. Grayscale: #A3A3A3. Windows color (decimal): -11092251 or 15056470. OLE color: 15056470.

HSL color Cylindrical-coordinate representation of color #56BEE5: hue angle of 196.36º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56BEE5 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB86190229-
CMYK0.620.1700.10
HSL196.36º73.33%61.76%-
HSV(B)196.36º62.45%89.8%-
XYZ36.3944.4680.79-
YUV163.35165.0472.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.03%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 229 (89.84% from 255) = 45.35%
R=17.03%
G=37.62%
B=45.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal861902290.620.1700.10196.3673.3361.76
Hex56BEE53E110Ac4493e
Octal126276345762101230411176
Binary101011010111110111001011111101000101010110001001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,190,229); }

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

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

 a { background-color: rgb(86,190,229); }

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

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

 span { border-color: rgb(86,190,229); }

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