#73FBF0

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

Shades of Baby Blue #73FBF0

Tints of Baby Blue #73FBF0

Color information

#73FBF0 (or 0x73FBF0) is unknown color: approx Baby Blue. HEX triplet: 73, FB and F0. RGB value is (115,251,240). Sum of RGB (Red+Green+Blue) = 115+251+240=606 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.98% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FBF0 is #8C040F. Grayscale: #D0D0D0. Windows color (decimal): -9176080 or 15793011. OLE color: 15793011.

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

Color convert

RGB115251240-
CMYK0.5400.040.02
HSL175.15º94.44%71.76%-
HSV(B)175.15º54.18%98.43%-
XYZ57.378.9394.65-
YUV209.08145.4460.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 18.98%
GREEN value IS 251 (98.44% from 255) = 41.42%
BLUE value IS 240 (94.14% from 255) = 39.60%
R=18.98%
G=41.42%
B=39.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152512400.5400.040.02175.1594.4471.76
Hex73FBF036042af5e48
Octal16337336066042257136110
Binary111001111111011111100001101100100101010111110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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