#73f3ed

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

Shades of Baby Blue #73F3ED

Tints of Baby Blue #73F3ED

Color information

#73F3ED (or 0x73F3ED) is unknown color: approx Baby Blue. HEX triplet: 73, F3 and ED. RGB value is (115,243,237). Sum of RGB (Red+Green+Blue) = 115+243+237=595 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.33% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #73F3ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73F3ED is #8C0C12. Grayscale: #CBCBCB. Windows color (decimal): -9178131 or 15594355. OLE color: 15594355.

HSL color Cylindrical-coordinate representation of color #73F3ED: hue angle of 177.19º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F3ED is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB115243237-
CMYK0.5300.020.05
HSL177.19º84.21%70.2%-
HSV(B)177.19º52.67%95.29%-
XYZ54.4173.8691.51-
YUV204.04146.5964.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.33%
GREEN value IS 243 (95.31% from 255) = 40.84%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=19.33%
G=40.84%
B=39.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1152432370.5300.020.05177.1984.2170.2
Hex73F3ED35025b15446
Octal16336335565025261124106
Binary111001111110011111011011101010101011011000110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73f3ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,243,237); }

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

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

 a { background-color: rgb(115,243,237); }

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

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

 span { border-color: rgb(115,243,237); }

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