Html Css Color HEX #73FAF0 Baby Blue

📋 copy color: '#73FAF0'

red 115 ◦ green 250 ◦ blue 240

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

Shades of Baby Blue #73FAF0

Tints of Baby Blue #73FAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.67%

R = 19.01%
G = 41.32%
B = 39.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#73FAF0 (or 0x73FAF0) is known color: Baby Blue. HEX triplet: 73, FA and F0. RGB value is (115,250,240). Sum of RGB (Red+Green+Blue) = 115+250+240=605 (80% of max value = 765). Red value is 115 (45.31% from 255 or 19.01% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FAF0 is #8C050F. Grayscale: #D0D0D0. Windows color (decimal): -9176336 or 15792755. OLE color: 15792755.

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

Color convert

RGB 115 250 240 -
CMYK 0.54 0 0.04 0.02
HSL 175.56º 0.93% 0.72% -
HSV(B) 175.56º 0.54% 0.98% -
XYZ 56.98 78.31 94.55 -
YUV 208.5 145.77 61.31 -
System Red Green Blue C M Y K H S L
Decimal 115 250 240 0.54 0 0.04 0.02 175.56 0.93 0.72
Hex 73 FA F0 36 0 4 2 B0 5D 48
Octal 163 372 360 66 0 4 2 260 135 110
Binary 1110011 11111010 11110000 110110 0 100 10 10110000 1011101 1001000

Color Harmonies of #73FAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FAF0

Black with #73FAF0

Text Example


Text Example

White with #73FAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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