#72fbe9

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

Shades of Baby Blue #72FBE9

Tints of Baby Blue #72FBE9

Color information

#72FBE9 (or 0x72FBE9) is unknown color: approx Baby Blue. HEX triplet: 72, FB and E9. RGB value is (114,251,233). Sum of RGB (Red+Green+Blue) = 114+251+233=598 (79% of max value = 765). Red value is 114 (44.92% from 255 or 19.06% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #72FBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FBE9 is #8D0416. Grayscale: #CFCFCF. Windows color (decimal): -9241623 or 15334258. OLE color: 15334258.

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

Color convert

RGB114251233-
CMYK0.5500.070.02
HSL172.12º94.48%71.57%-
HSV(B)172.12º54.58%98.43%-
XYZ56.1478.4589.27-
YUV207.98142.1160.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.06%
GREEN value IS 251 (98.44% from 255) = 41.97%
BLUE value IS 233 (91.41% from 255) = 38.96%
R=19.06%
G=41.97%
B=38.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142512330.5500.070.02172.1294.4871.57
Hex72FBE937072ac5e48
Octal16237335167072254136110
Binary111001011111011111010011101110111101010110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72fbe9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,251,233); }

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

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

 a { background-color: rgb(114,251,233); }

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

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

 span { border-color: rgb(114,251,233); }

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