#73FBF9

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

Shades of Baby Blue #73FBF9

Tints of Baby Blue #73FBF9

Color information

#73FBF9 (or 0x73FBF9) is unknown color: approx Baby Blue. HEX triplet: 73, FB and F9. RGB value is (115,251,249). Sum of RGB (Red+Green+Blue) = 115+251+249=615 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.70% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FBF9 is #8C0406. Grayscale: #D1D1D1. Windows color (decimal): -9176071 or 16382835. OLE color: 16382835.

HSL color Cylindrical-coordinate representation of color #73FBF9: hue angle of 179.12º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FBF9 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB115251249-
CMYK0.5400.010.02
HSL179.12º94.44%71.76%-
HSV(B)179.12º54.18%98.43%-
XYZ58.6779.48101.87-
YUV210.11149.9460.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 18.70%
GREEN value IS 251 (98.44% from 255) = 40.81%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=18.70%
G=40.81%
B=40.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152512490.5400.010.02179.1294.4471.76
Hex73FBF936012b35e48
Octal16337337166012263136110
Binary1110011111110111111100111011001101011001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,251,249); }

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

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

 a { background-color: rgb(115,251,249); }

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

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

 span { border-color: rgb(115,251,249); }

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