#72F6F8

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

Shades of Baby Blue #72F6F8

Tints of Baby Blue #72F6F8

Color information

#72F6F8 (or 0x72F6F8) is unknown color: approx Baby Blue. HEX triplet: 72, F6 and F8. RGB value is (114,246,248). Sum of RGB (Red+Green+Blue) = 114+246+248=608 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.75% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 248 (97.27% from 255 or 40.79% from 608); Max value from RGB is 248 - color contains mainly: blue. Hex color #72F6F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F6F8 is #8D0907. Grayscale: #CECECE. Windows color (decimal): -9242888 or 16316018. OLE color: 16316018.

HSL color Cylindrical-coordinate representation of color #72F6F8: hue angle of 180.9º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F6F8 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB114246248-
CMYK0.540.0100.03
HSL180.9º90.54%70.98%-
HSV(B)180.9º54.03%97.25%-
XYZ56.8476.27100.53-
YUV206.76151.2761.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 18.75%
GREEN value IS 246 (96.48% from 255) = 40.46%
BLUE value IS 248 (97.27% from 255) = 40.79%
R=18.75%
G=40.46%
B=40.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1142462480.540.0100.03180.990.5470.98
Hex72F6F836103b55b47
Octal16236637066103265133107
Binary1110010111101101111100011011010111011010110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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