Html Css Color HEX #73C0FA Maya Blue

📋 copy color: '#73C0FA'

red 115 ◦ green 192 ◦ blue 250

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

Shades of Maya Blue #73C0FA

Tints of Maya Blue #73C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.47%

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

R = 20.65%
G = 34.47%
B = 44.88%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73C0FA (or 0x73C0FA) is known color: Maya Blue. HEX triplet: 73, C0 and FA. RGB value is (115,192,250). Sum of RGB (Red+Green+Blue) = 115+192+250=557 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.65% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #73C0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C0FA is #8C3F05. Grayscale: #AFAFAF. Windows color (decimal): -9191174 or 16433267. OLE color: 16433267.

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

Color convert

RGB 115 192 250 -
CMYK 0.54 0.23 0 0.02
HSL 205.78º 0.93% 0.72% -
HSV(B) 205.78º 0.54% 0.98% -
XYZ 43.18 48.25 97.48 -
YUV 175.59 169.99 84.78 -
System Red Green Blue C M Y K H S L
Decimal 115 192 250 0.54 0.23 0 0.02 205.78 0.93 0.72
Hex 73 C0 FA 36 17 0 2 CE 5D 48
Octal 163 300 372 66 27 0 2 316 135 110
Binary 1110011 11000000 11111010 110110 10111 0 10 11001110 1011101 1001000

Color Harmonies of #73C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C0FA

Black with #73C0FA

Text Example


Text Example

White with #73C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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