#56BEE0

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

Shades of Malibu #56BEE0

Tints of Malibu #56BEE0

Color information

#56BEE0 (or 0x56BEE0) is unknown color: approx Malibu. HEX triplet: 56, BE and E0. RGB value is (86,190,224). Sum of RGB (Red+Green+Blue) = 86+190+224=500 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.2% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #56BEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BEE0 is #A9411F. Grayscale: #A2A2A2. Windows color (decimal): -11092256 or 14728790. OLE color: 14728790.

HSL color Cylindrical-coordinate representation of color #56BEE0: hue angle of 194.78º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56BEE0 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB86190224-
CMYK0.620.1500.12
HSL194.78º69%60.78%-
HSV(B)194.78º61.61%87.84%-
XYZ35.7144.1977.17-
YUV162.78162.5473.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.2%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 224 (87.89% from 255) = 44.8%
R=17.2%
G=38%
B=44.8%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal861902240.620.1500.12194.786960.78
Hex56BEE03EF0Cc3453d
Octal126276340761701430310575
Binary10101101011111011100000111110111101100110000111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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