#56EAFF

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

Shades of Baby Blue #56EAFF

Tints of Baby Blue #56EAFF

Color information

#56EAFF (or 0x56EAFF) is unknown color: approx Baby Blue. HEX triplet: 56, EA and FF. RGB value is (86,234,255). Sum of RGB (Red+Green+Blue) = 86+234+255=575 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.96% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #56EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EAFF is #A91500. Grayscale: #BFBFBF. Windows color (decimal): -11080961 or 16771670. OLE color: 16771670.

HSL color Cylindrical-coordinate representation of color #56EAFF: hue angle of 187.46º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56EAFF is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB86234255-
CMYK0.660.0800
HSL187.46º100%66.86%-
HSV(B)187.46º66.27%100%-
XYZ51.3168.04105.04-
YUV192.14163.4752.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 14.96%
GREEN value IS 234 (91.80% from 255) = 40.70%
BLUE value IS 255 (100% from 255) = 44.35%
R=14.96%
G=40.70%
B=44.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal862342550.660.0800187.4610066.86
Hex56EAFF42800bb6443
Octal1263523771021000273144103
Binary1010110111010101111111110000101000001011101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,234,255); }

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

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

 a { background-color: rgb(86,234,255); }

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

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

 span { border-color: rgb(86,234,255); }

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