#72F7FC

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

Shades of Baby Blue #72F7FC

Tints of Baby Blue #72F7FC

Color information

#72F7FC (or 0x72F7FC) is unknown color: approx Baby Blue. HEX triplet: 72, F7 and FC. RGB value is (114,247,252). Sum of RGB (Red+Green+Blue) = 114+247+252=613 (81% of max value = 765). Red value is 114 (44.92% from 255 or 18.60% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #72F7FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F7FC is #8D0803. Grayscale: #CFCFCF. Windows color (decimal): -9242628 or 16578418. OLE color: 16578418.

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

Color convert

RGB114247252-
CMYK0.550.0200.01
HSL182.17º95.83%71.76%-
HSV(B)182.17º54.76%98.82%-
XYZ57.7777.13103.94-
YUV207.8152.9461.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 18.60%
GREEN value IS 247 (96.88% from 255) = 40.29%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=18.60%
G=40.29%
B=41.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1142472520.550.0200.01182.1795.8371.76
Hex72F7FC37201b66048
Octal16236737467201266140110
Binary1110010111101111111110011011110011011011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,247,252); }

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

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

 a { background-color: rgb(114,247,252); }

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

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

 span { border-color: rgb(114,247,252); }

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