Html Css Color HEX #73D3FA Maya Blue

📋 copy color: '#73D3FA'

red 115 ◦ green 211 ◦ blue 250

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

Shades of Maya Blue #73D3FA

Tints of Maya Blue #73D3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.63%

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 19.97%
G = 36.63%
B = 43.4%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73D3FA (or 0x73D3FA) is known color: Maya Blue. HEX triplet: 73, D3 and FA. RGB value is (115,211,250). Sum of RGB (Red+Green+Blue) = 115+211+250=576 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.97% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #73D3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D3FA is #8C2C05. Grayscale: #BABABA. Windows color (decimal): -9186310 or 16438131. OLE color: 16438131.

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

Color convert

RGB 115 211 250 -
CMYK 0.54 0.16 0 0.02
HSL 197.33º 0.93% 0.72% -
HSV(B) 197.33º 0.54% 0.98% -
XYZ 47.62 57.14 98.96 -
YUV 186.74 163.7 76.83 -
System Red Green Blue C M Y K H S L
Decimal 115 211 250 0.54 0.16 0 0.02 197.33 0.93 0.72
Hex 73 D3 FA 36 10 0 2 C5 5D 48
Octal 163 323 372 66 20 0 2 305 135 110
Binary 1110011 11010011 11111010 110110 10000 0 10 11000101 1011101 1001000

Color Harmonies of #73D3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D3FA

Black with #73D3FA

Text Example


Text Example

White with #73D3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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