#72F8F9

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

Shades of Baby Blue #72F8F9

Tints of Baby Blue #72F8F9

Color information

#72F8F9 (or 0x72F8F9) is unknown color: approx Baby Blue. HEX triplet: 72, F8 and F9. RGB value is (114,248,249). Sum of RGB (Red+Green+Blue) = 114+248+249=611 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.66% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #72F8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F8F9 is #8D0706. Grayscale: #CFCFCF. Windows color (decimal): -9242375 or 16382066. OLE color: 16382066.

HSL color Cylindrical-coordinate representation of color #72F8F9: hue angle of 180.44º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F8F9 is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB114248249-
CMYK0.540.0000.02
HSL180.44º91.84%71.18%-
HSV(B)180.44º54.22%97.65%-
XYZ57.6177.55101.56-
YUV208.05151.1160.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 18.66%
GREEN value IS 248 (97.27% from 255) = 40.59%
BLUE value IS 249 (97.66% from 255) = 40.75%
R=18.66%
G=40.59%
B=40.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142482490.540.0000.02180.4491.8471.18
Hex72F8F936002b45c47
Octal16237037166002264134107
Binary1110010111110001111100111011000101011010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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