#56EEFA

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

Shades of Baby Blue #56EEFA

Tints of Baby Blue #56EEFA

Color information

#56EEFA (or 0x56EEFA) is unknown color: approx Baby Blue. HEX triplet: 56, EE and FA. RGB value is (86,238,250). Sum of RGB (Red+Green+Blue) = 86+238+250=574 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.98% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #56EEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EEFA is #A91105. Grayscale: #C1C1C1. Windows color (decimal): -11079942 or 16445014. OLE color: 16445014.

HSL color Cylindrical-coordinate representation of color #56EEFA: hue angle of 184.39º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56EEFA is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB86238250-
CMYK0.660.0500.02
HSL184.39º94.25%65.88%-
HSV(B)184.39º65.6%98.04%-
XYZ51.6770.03101.24-
YUV193.92159.6451.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 14.98%
GREEN value IS 238 (93.36% from 255) = 41.46%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=14.98%
G=41.46%
B=43.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862382500.660.0500.02184.3994.2565.88
Hex56EEFA42502b85e42
Octal126356372102502270136102
Binary1010110111011101111101010000101010101011100010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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