Html Css Color HEX #73FFF6 Baby Blue

📋 copy color: '#73FFF6'

red 115 ◦ green 255 ◦ blue 246

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

Shades of Baby Blue #73FFF6

Tints of Baby Blue #73FFF6

RGB

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

 GREEN value IS 255 (100% from 255) = 41.4%

 BLUE value IS 246 (96.48% from 255) = 39.94%

R = 18.67%
G = 41.4%
B = 39.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#73FFF6 (or 0x73FFF6) is known color: Baby Blue. HEX triplet: 73, FF and F6. RGB value is (115,255,246). Sum of RGB (Red+Green+Blue) = 115+255+246=616 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.67% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FFF6 is #8C0009. Grayscale: #D4D4D4. Windows color (decimal): -9175050 or 16187251. OLE color: 16187251.

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

Color convert

RGB 115 255 246 -
CMYK 0.55 0 0.04 0
HSL 176.14º 1% 0.73% -
HSV(B) 176.14º 0.55% 1% -
XYZ 59.46 81.82 99.85 -
YUV 212.11 147.12 58.73 -
System Red Green Blue C M Y K H S L
Decimal 115 255 246 0.55 0 0.04 0 176.14 1 0.73
Hex 73 FF F6 37 0 4 0 B0 64 49
Octal 163 377 366 67 0 4 0 260 144 111
Binary 1110011 11111111 11110110 110111 0 100 0 10110000 1100100 1001001

Color Harmonies of #73FFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FFF6

Black with #73FFF6

Text Example


Text Example

White with #73FFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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