#56FEE4

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

Shades of Baby Blue #56FEE4

Tints of Baby Blue #56FEE4

Color information

#56FEE4 (or 0x56FEE4) is unknown color: approx Baby Blue. HEX triplet: 56, FE and E4. RGB value is (86,254,228). Sum of RGB (Red+Green+Blue) = 86+254+228=568 (75% of max value = 765). Red value is 86 (33.98% from 255 or 15.14% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #56FEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FEE4 is #A9011B. Grayscale: #C8C8C8. Windows color (decimal): -11075868 or 15007318. OLE color: 15007318.

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

Color convert

RGB86254228-
CMYK0.6600.100.00
HSL170.71º98.82%66.67%-
HSV(B)170.71º66.14%99.61%-
XYZ53.2878.4685.74-
YUV200.8143.3446.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.14%
GREEN value IS 254 (99.61% from 255) = 44.72%
BLUE value IS 228 (89.45% from 255) = 40.14%
R=15.14%
G=44.72%
B=40.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal862542280.6600.100.00170.7198.8266.67
Hex56FEE4420A0ab6343
Octal1263763441020120253143103
Binary1010110111111101110010010000100101001010101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56FEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,254,228); }

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

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

 a { background-color: rgb(86,254,228); }

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

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

 span { border-color: rgb(86,254,228); }

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