#56F9F1

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

Shades of Baby Blue #56F9F1

Tints of Baby Blue #56F9F1

Color information

#56F9F1 (or 0x56F9F1) is unknown color: approx Baby Blue. HEX triplet: 56, F9 and F1. RGB value is (86,249,241). Sum of RGB (Red+Green+Blue) = 86+249+241=576 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.93% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #56F9F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56F9F1 is #A9060E. Grayscale: #C7C7C7. Windows color (decimal): -11077135 or 15858006. OLE color: 15858006.

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

Color convert

RGB86249241-
CMYK0.6500.030.02
HSL177.06º93.14%65.69%-
HSV(B)177.06º65.46%97.65%-
XYZ53.5976.0895.08-
YUV199.35151.547.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 14.93%
GREEN value IS 249 (97.66% from 255) = 43.23%
BLUE value IS 241 (94.53% from 255) = 41.84%
R=14.93%
G=43.23%
B=41.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862492410.6500.030.02177.0693.1465.69
Hex56F9F141032b15d42
Octal126371361101032261135102
Binary101011011111001111100011000001011101011000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,249,241); }

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

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

 a { background-color: rgb(86,249,241); }

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

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

 span { border-color: rgb(86,249,241); }

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