Html Css Color HEX #73FAFF Baby Blue

📋 copy color: '#73FAFF'

red 115 ◦ green 250 ◦ blue 255

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

Shades of Baby Blue #73FAFF

Tints of Baby Blue #73FAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.13%

R = 18.55%
G = 40.32%
B = 41.13%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#73FAFF (or 0x73FAFF) is known color: Baby Blue. HEX triplet: 73, FA and FF. RGB value is (115,250,255). Sum of RGB (Red+Green+Blue) = 115+250+255=620 (82% of max value = 765). Red value is 115 (45.31% from 255 or 18.55% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #73FAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FAFF is #8C0500. Grayscale: #D2D2D2. Windows color (decimal): -9176321 or 16775795. OLE color: 16775795.

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

Color convert

RGB 115 250 255 -
CMYK 0.55 0.02 0 0
HSL 182.14º 1% 0.73% -
HSV(B) 182.14º 0.55% 1% -
XYZ 59.31 79.24 106.78 -
YUV 210.21 153.27 60.09 -
System Red Green Blue C M Y K H S L
Decimal 115 250 255 0.55 0.02 0 0 182.14 1 0.73
Hex 73 FA FF 37 2 0 0 B6 64 49
Octal 163 372 377 67 2 0 0 266 144 111
Binary 1110011 11111010 11111111 110111 10 0 0 10110110 1100100 1001001

Color Harmonies of #73FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FAFF

Black with #73FAFF

Text Example


Text Example

White with #73FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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