#56F7E7

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

Shades of Baby Blue #56F7E7

Tints of Baby Blue #56F7E7

Color information

#56F7E7 (or 0x56F7E7) is unknown color: approx Baby Blue. HEX triplet: 56, F7 and E7. RGB value is (86,247,231). Sum of RGB (Red+Green+Blue) = 86+247+231=564 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.25% from 564); Green value is 247 (96.88% from 255 or 43.79% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 247 - color contains mainly: green. Hex color #56F7E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56F7E7 is #A90818. Grayscale: #C4C4C4. Windows color (decimal): -11077657 or 15202134. OLE color: 15202134.

HSL color Cylindrical-coordinate representation of color #56F7E7: hue angle of 174.04º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F7E7 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB86247231-
CMYK0.6500.060.03
HSL174.04º90.96%65.29%-
HSV(B)174.04º65.18%96.86%-
XYZ51.5274.2787.22-
YUV197.04147.1648.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.25%
GREEN value IS 247 (96.88% from 255) = 43.79%
BLUE value IS 231 (90.62% from 255) = 40.96%
R=15.25%
G=43.79%
B=40.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal862472310.6500.060.03174.0490.9665.29
Hex56F7E741063ae5b41
Octal126367347101063256133101
Binary1010110111101111110011110000010110111010111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,247,231); }

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

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

 a { background-color: rgb(86,247,231); }

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

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

 span { border-color: rgb(86,247,231); }

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