#73F8FD

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

Shades of Baby Blue #73F8FD

Tints of Baby Blue #73F8FD

Color information

#73F8FD (or 0x73F8FD) is unknown color: approx Baby Blue. HEX triplet: 73, F8 and FD. RGB value is (115,248,253). Sum of RGB (Red+Green+Blue) = 115+248+253=616 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.67% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #73F8FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73F8FD is #8C0702. Grayscale: #D0D0D0. Windows color (decimal): -9176835 or 16644211. OLE color: 16644211.

HSL color Cylindrical-coordinate representation of color #73F8FD: hue angle of 182.17º 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 #73F8FD is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB115248253-
CMYK0.550.0200.01
HSL182.17º97.18%72.16%-
HSV(B)182.17º54.55%99.22%-
XYZ58.3777.87104.88-
YUV208.8152.9461.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 18.67%
GREEN value IS 248 (97.27% from 255) = 40.26%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=18.67%
G=40.26%
B=41.07%

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
Decimal1152482530.550.0200.01182.1797.1872.16
Hex73F8FD37201b66148
Octal16337037567201266141110
Binary1110011111110001111110111011110011011011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73F8FD; }

 p { color: rgb(115,248,253); }

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

<style>
 a { background-color: #73F8FD; }

 a { background-color: rgb(115,248,253); }

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

<style>
 span { border-color: #73F8FD; }

 span { border-color: rgb(115,248,253); }

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