Html Css Color HEX #73FAFC Baby Blue

📋 copy color: '#73FAFC'

red 115 ◦ green 250 ◦ blue 252

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

Shades of Baby Blue #73FAFC

Tints of Baby Blue #73FAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.84%

R = 18.64%
G = 40.52%
B = 40.84%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73FAFC (or 0x73FAFC) is known color: Baby Blue. HEX triplet: 73, FA and FC. RGB value is (115,250,252). Sum of RGB (Red+Green+Blue) = 115+250+252=617 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.64% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #73FAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FAFC is #8C0503. Grayscale: #D1D1D1. Windows color (decimal): -9176324 or 16579187. OLE color: 16579187.

HSL color Cylindrical-coordinate representation of color #73FAFC: hue angle of 180.88º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FAFC is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 250 252 -
CMYK 0.54 0.01 0 0.01
HSL 180.88º 0.96% 0.72% -
HSV(B) 180.88º 0.54% 0.99% -
XYZ 58.83 79.04 104.25 -
YUV 209.86 151.77 60.34 -
System Red Green Blue C M Y K H S L
Decimal 115 250 252 0.54 0.01 0 0.01 180.88 0.96 0.72
Hex 73 FA FC 36 1 0 1 B5 60 48
Octal 163 372 374 66 1 0 1 265 140 110
Binary 1110011 11111010 11111100 110110 1 0 1 10110101 1100000 1001000

Color Harmonies of #73FAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FAFC

Black with #73FAFC

Text Example


Text Example

White with #73FAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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