Html Css Color HEX #73B7FA Maya Blue

📋 copy color: '#73B7FA'

red 115 ◦ green 183 ◦ blue 250

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

Shades of Maya Blue #73B7FA

Tints of Maya Blue #73B7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.39%

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

R = 20.99%
G = 33.39%
B = 45.62%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73B7FA (or 0x73B7FA) is known color: Maya Blue. HEX triplet: 73, B7 and FA. RGB value is (115,183,250). Sum of RGB (Red+Green+Blue) = 115+183+250=548 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.99% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #73B7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B7FA is #8C4805. Grayscale: #A9A9A9. Windows color (decimal): -9193478 or 16430963. OLE color: 16430963.

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

Color convert

RGB 115 183 250 -
CMYK 0.54 0.27 0 0.02
HSL 209.78º 0.93% 0.72% -
HSV(B) 209.78º 0.54% 0.98% -
XYZ 41.26 44.41 96.84 -
YUV 170.31 172.97 88.55 -
System Red Green Blue C M Y K H S L
Decimal 115 183 250 0.54 0.27 0 0.02 209.78 0.93 0.72
Hex 73 B7 FA 36 1B 0 2 D2 5D 48
Octal 163 267 372 66 33 0 2 322 135 110
Binary 1110011 10110111 11111010 110110 11011 0 10 11010010 1011101 1001000

Color Harmonies of #73B7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B7FA

Black with #73B7FA

Text Example


Text Example

White with #73B7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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