#72FEEE

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

Shades of Baby Blue #72FEEE

Tints of Baby Blue #72FEEE

Color information

#72FEEE (or 0x72FEEE) is unknown color: approx Baby Blue. HEX triplet: 72, FE and EE. RGB value is (114,254,238). Sum of RGB (Red+Green+Blue) = 114+254+238=606 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.81% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FEEE is #8D0111. Grayscale: #D2D2D2. Windows color (decimal): -9240850 or 15662706. OLE color: 15662706.

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

Color convert

RGB114254238-
CMYK0.5500.060.00
HSL173.14º98.59%72.16%-
HSV(B)173.14º55.12%99.61%-
XYZ57.8180.6393.41-
YUV210.32143.6259.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 18.81%
GREEN value IS 254 (99.61% from 255) = 41.91%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=18.81%
G=41.91%
B=39.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1142542380.5500.060.00173.1498.5972.16
Hex72FEEE37060ad6348
Octal16237635667060255143110
Binary11100101111111011101110110111011001010110111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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