#72F6FD

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

Shades of Baby Blue #72F6FD

Tints of Baby Blue #72F6FD

Color information

#72F6FD (or 0x72F6FD) is unknown color: approx Baby Blue. HEX triplet: 72, F6 and FD. RGB value is (114,246,253). Sum of RGB (Red+Green+Blue) = 114+246+253=613 (81% of max value = 765). Red value is 114 (44.92% from 255 or 18.60% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #72F6FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F6FD is #8D0902. Grayscale: #CFCFCF. Windows color (decimal): -9242883 or 16643698. OLE color: 16643698.

HSL color Cylindrical-coordinate representation of color #72F6FD: hue angle of 183.02º degrees, saturation: 0.97, 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 #72F6FD is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB114246253-
CMYK0.550.0300.01
HSL183.02º97.2%71.96%-
HSV(B)183.02º54.94%99.22%-
XYZ57.6276.58104.67-
YUV207.33153.7761.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 18.60%
GREEN value IS 246 (96.48% from 255) = 40.13%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=18.60%
G=40.13%
B=41.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1142462530.550.0300.01183.0297.271.96
Hex72F6FD37301b76148
Octal16236637567301267141110
Binary1110010111101101111110111011111011011011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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