#72FEF9

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

Shades of Baby Blue #72FEF9

Tints of Baby Blue #72FEF9

Color information

#72FEF9 (or 0x72FEF9) is unknown color: approx Baby Blue. HEX triplet: 72, FE and F9. RGB value is (114,254,249). Sum of RGB (Red+Green+Blue) = 114+254+249=617 (81% of max value = 765). Red value is 114 (44.92% from 255 or 18.48% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FEF9 is #8D0106. Grayscale: #D3D3D3. Windows color (decimal): -9240839 or 16383602. OLE color: 16383602.

HSL color Cylindrical-coordinate representation of color #72FEF9: hue angle of 177.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FEF9 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB114254249-
CMYK0.5500.020.00
HSL177.86º98.59%72.16%-
HSV(B)177.86º55.12%99.61%-
XYZ59.4881.3102.18-
YUV211.57149.1258.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 18.48%
GREEN value IS 254 (99.61% from 255) = 41.17%
BLUE value IS 249 (97.66% from 255) = 40.36%
R=18.48%
G=41.17%
B=40.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1142542490.5500.020.00177.8698.5972.16
Hex72FEF937020b26348
Octal16237637167020262143110
Binary1110010111111101111100111011101001011001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,254,249); }

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

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

 a { background-color: rgb(114,254,249); }

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

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

 span { border-color: rgb(114,254,249); }

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