#56B2EE

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

Shades of Malibu #56B2EE

Tints of Malibu #56B2EE

Color information

#56B2EE (or 0x56B2EE) is unknown color: approx Malibu. HEX triplet: 56, B2 and EE. RGB value is (86,178,238). Sum of RGB (Red+Green+Blue) = 86+178+238=502 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.13% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #56B2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56B2EE is #A94D11. Grayscale: #9D9D9D. Windows color (decimal): -11095314 or 15643222. OLE color: 15643222.

HSL color Cylindrical-coordinate representation of color #56B2EE: hue angle of 203.68º 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 #56B2EE is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB86178238-
CMYK0.640.2500.07
HSL203.68º81.72%63.53%-
HSV(B)203.68º63.87%93.33%-
XYZ35.1939.9986.75-
YUV157.33173.5277.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.13%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 238 (93.36% from 255) = 47.41%
R=17.13%
G=35.46%
B=47.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal861782380.640.2500.07203.6881.7263.53
Hex56B2EE401907cc5240
Octal1262623561003107314122100
Binary1010110101100101110111010000001100101111100110010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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