#73FAFE

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

Shades of Baby Blue #73FAFE

Tints of Baby Blue #73FAFE

Color information

#73FAFE (or 0x73FAFE) is unknown color: approx Baby Blue. HEX triplet: 73, FA and FE. RGB value is (115,250,254). Sum of RGB (Red+Green+Blue) = 115+250+254=619 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.58% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #73FAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FAFE is #8C0501. Grayscale: #D1D1D1. Windows color (decimal): -9176322 or 16710259. OLE color: 16710259.

HSL color Cylindrical-coordinate representation of color #73FAFE: hue angle of 181.73º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FAFE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB115250254-
CMYK0.550.0200.00
HSL181.73º98.58%72.35%-
HSV(B)181.73º54.72%99.61%-
XYZ59.1579.17105.93-
YUV210.09152.7760.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 18.58%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=18.58%
G=40.39%
B=41.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1152502540.550.0200.00181.7398.5872.35
Hex73FAFE37200b66348
Octal16337237667200266143110
Binary1110011111110101111111011011110001011011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,250,254); }

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

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

 a { background-color: rgb(115,250,254); }

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

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

 span { border-color: rgb(115,250,254); }

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