#72FEF4

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

Shades of Baby Blue #72FEF4

Tints of Baby Blue #72FEF4

Color information

#72FEF4 (or 0x72FEF4) is unknown color: approx Baby Blue. HEX triplet: 72, FE and F4. RGB value is (114,254,244). Sum of RGB (Red+Green+Blue) = 114+254+244=612 (81% of max value = 765). Red value is 114 (44.92% from 255 or 18.63% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FEF4 is #8D010B. Grayscale: #D2D2D2. Windows color (decimal): -9240844 or 16055922. OLE color: 16055922.

HSL color Cylindrical-coordinate representation of color #72FEF4: hue angle of 175.71º 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 #72FEF4 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB114254244-
CMYK0.5500.040.00
HSL175.71º98.59%72.16%-
HSV(B)175.71º55.12%99.61%-
XYZ58.7180.9998.13-
YUV211146.6258.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 18.63%
GREEN value IS 254 (99.61% from 255) = 41.50%
BLUE value IS 244 (95.70% from 255) = 39.87%
R=18.63%
G=41.50%
B=39.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1142542440.5500.040.00175.7198.5972.16
Hex72FEF437040b06348
Octal16237636467040260143110
Binary11100101111111011110100110111010001011000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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