#72F5EE

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

Shades of Baby Blue #72F5EE

Tints of Baby Blue #72F5EE

Color information

#72F5EE (or 0x72F5EE) is unknown color: approx Baby Blue. HEX triplet: 72, F5 and EE. RGB value is (114,245,238). Sum of RGB (Red+Green+Blue) = 114+245+238=597 (79% of max value = 765). Red value is 114 (44.92% from 255 or 19.10% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 245 - color contains mainly: green. Hex color #72F5EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F5EE is #8D0A11. Grayscale: #CCCCCC. Windows color (decimal): -9243154 or 15660402. OLE color: 15660402.

HSL color Cylindrical-coordinate representation of color #72F5EE: hue angle of 176.79º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F5EE is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB114245238-
CMYK0.5300.030.04
HSL176.79º86.75%70.39%-
HSV(B)176.79º53.47%96.08%-
XYZ55.0275.0692.48-
YUV205.03146.663.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.10%
GREEN value IS 245 (96.09% from 255) = 41.04%
BLUE value IS 238 (93.36% from 255) = 39.87%
R=19.10%
G=41.04%
B=39.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1142452380.5300.030.04176.7986.7570.39
Hex72F5EE35034b15746
Octal16236535665034261127106
Binary111001011110101111011101101010111001011000110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,245,238); }

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

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

 a { background-color: rgb(114,245,238); }

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

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

 span { border-color: rgb(114,245,238); }

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