#73f6ef

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

Shades of Baby Blue #73F6EF

Tints of Baby Blue #73F6EF

Color information

#73F6EF (or 0x73F6EF) is unknown color: approx Baby Blue. HEX triplet: 73, F6 and EF. RGB value is (115,246,239). Sum of RGB (Red+Green+Blue) = 115+246+239=600 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.17% from 600); Green value is 246 (96.48% from 255 or 41% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 246 - color contains mainly: green. Hex color #73F6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73F6EF is #8C0910. Grayscale: #CDCDCD. Windows color (decimal): -9177361 or 15726195. OLE color: 15726195.

HSL color Cylindrical-coordinate representation of color #73F6EF: hue angle of 176.79º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F6EF is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB115246239-
CMYK0.5300.030.04
HSL176.79º87.92%70.78%-
HSV(B)176.79º53.25%96.47%-
XYZ55.6175.7993.36-
YUV206.03146.663.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.17%
GREEN value IS 246 (96.48% from 255) = 41%
BLUE value IS 239 (93.75% from 255) = 39.83%
R=19.17%
G=41%
B=39.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1152462390.5300.030.04176.7987.9270.78
Hex73F6EF35034b15847
Octal16336635765034261130107
Binary111001111110110111011111101010111001011000110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73f6ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,246,239); }

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

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

 a { background-color: rgb(115,246,239); }

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

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

 span { border-color: rgb(115,246,239); }

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