Html Css Color HEX #73FAF2 Baby Blue

📋 copy color: '#73FAF2'

red 115 ◦ green 250 ◦ blue 242

#73FAF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #73FAF2

Tints of Baby Blue #73FAF2

RGB

 RED value IS 115 (45.31% from 255) = 18.95%

 GREEN value IS 250 (98.05% from 255) = 41.19%

 BLUE value IS 242 (94.92% from 255) = 39.87%

R = 18.95%
G = 41.19%
B = 39.87%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#73FAF2 (or 0x73FAF2) is known color: Baby Blue. HEX triplet: 73, FA and F2. RGB value is (115,250,242). Sum of RGB (Red+Green+Blue) = 115+250+242=607 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.95% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FAF2 is #8C050D. Grayscale: #D0D0D0. Windows color (decimal): -9176334 or 15923827. OLE color: 15923827.

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

Color convert

RGB 115 250 242 -
CMYK 0.54 0 0.03 0.02
HSL 176.44º 0.93% 0.72% -
HSV(B) 176.44º 0.54% 0.98% -
XYZ 57.28 78.43 96.12 -
YUV 208.72 146.77 61.15 -
System Red Green Blue C M Y K H S L
Decimal 115 250 242 0.54 0 0.03 0.02 176.44 0.93 0.72
Hex 73 FA F2 36 0 3 2 B0 5D 48
Octal 163 372 362 66 0 3 2 260 135 110
Binary 1110011 11111010 11110010 110110 0 11 10 10110000 1011101 1001000

Color Harmonies of #73FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FAF2

Black with #73FAF2

Text Example


Text Example

White with #73FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73FAF2;
 }
 .AnyTagClassName
 {
   color: #73FAF2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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