#73F2EA

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

Shades of Baby Blue #73F2EA

Tints of Baby Blue #73F2EA

Color information

#73F2EA (or 0x73F2EA) is unknown color: approx Baby Blue. HEX triplet: 73, F2 and EA. RGB value is (115,242,234). Sum of RGB (Red+Green+Blue) = 115+242+234=591 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.46% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #73F2EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73F2EA is #8C0D15. Grayscale: #CBCBCB. Windows color (decimal): -9178390 or 15397491. OLE color: 15397491.

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

Color convert

RGB115242234-
CMYK0.5200.030.05
HSL176.22º83.01%70%-
HSV(B)176.22º52.48%94.9%-
XYZ53.6773.0989.12-
YUV203.12145.4265.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.46%
GREEN value IS 242 (94.92% from 255) = 40.95%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=19.46%
G=40.95%
B=39.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1152422340.5200.030.05176.2283.0170
Hex73F2EA34035b05346
Octal16336235264035260123106
Binary111001111110010111010101101000111011011000010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,242,234); }

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

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

 a { background-color: rgb(115,242,234); }

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

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

 span { border-color: rgb(115,242,234); }

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