#72F6ED

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

Shades of Baby Blue #72F6ED

Tints of Baby Blue #72F6ED

Color information

#72F6ED (or 0x72F6ED) is unknown color: approx Baby Blue. HEX triplet: 72, F6 and ED. RGB value is (114,246,237). Sum of RGB (Red+Green+Blue) = 114+246+237=597 (79% of max value = 765). Red value is 114 (44.92% from 255 or 19.10% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #72F6ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F6ED is #8D0912. Grayscale: #CDCDCD. Windows color (decimal): -9242899 or 15595122. OLE color: 15595122.

HSL color Cylindrical-coordinate representation of color #72F6ED: hue angle of 175.91º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F6ED is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB114246237-
CMYK0.5400.040.04
HSL175.91º88%70.59%-
HSV(B)175.91º53.66%96.47%-
XYZ55.1875.691.81-
YUV205.51145.7762.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.10%
GREEN value IS 246 (96.48% from 255) = 41.21%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=19.10%
G=41.21%
B=39.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1142462370.5400.040.04175.918870.59
Hex72F6ED36044b05847
Octal16236635566044260130107
Binary1110010111101101110110111011001001001011000010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72F6ED; }

 p { color: rgb(114,246,237); }

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

<style>
 a { background-color: #72F6ED; }

 a { background-color: rgb(114,246,237); }

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

<style>
 span { border-color: #72F6ED; }

 span { border-color: rgb(114,246,237); }

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