#56BEEE

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

Shades of Malibu #56BEEE

Tints of Malibu #56BEEE

Color information

#56BEEE (or 0x56BEEE) is unknown color: approx Malibu. HEX triplet: 56, BE and EE. RGB value is (86,190,238). Sum of RGB (Red+Green+Blue) = 86+190+238=514 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.73% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #56BEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BEEE is #A94111. Grayscale: #A4A4A4. Windows color (decimal): -11092242 or 15646294. OLE color: 15646294.

HSL color Cylindrical-coordinate representation of color #56BEEE: hue angle of 198.95º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56BEEE is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB86190238-
CMYK0.640.2000.07
HSL198.95º81.72%63.53%-
HSV(B)198.95º63.87%93.33%-
XYZ37.6844.9887.58-
YUV164.38169.5472.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.73%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 238 (93.36% from 255) = 46.30%
R=16.73%
G=36.96%
B=46.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal861902380.640.2000.07198.9581.7263.53
Hex56BEEE401407c75240
Octal1262763561002407307122100
Binary1010110101111101110111010000001010001111100011110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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