Html Css Color HEX #73D4FA Maya Blue

📋 copy color: '#73D4FA'

red 115 ◦ green 212 ◦ blue 250

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

Shades of Maya Blue #73D4FA

Tints of Maya Blue #73D4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.74%

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

R = 19.93%
G = 36.74%
B = 43.33%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73D4FA (or 0x73D4FA) is known color: Maya Blue. HEX triplet: 73, D4 and FA. RGB value is (115,212,250). Sum of RGB (Red+Green+Blue) = 115+212+250=577 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.93% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #73D4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D4FA is #8C2B05. Grayscale: #BBBBBB. Windows color (decimal): -9186054 or 16438387. OLE color: 16438387.

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

Color convert

RGB 115 212 250 -
CMYK 0.54 0.15 0 0.02
HSL 196.89º 0.93% 0.72% -
HSV(B) 196.89º 0.54% 0.98% -
XYZ 47.87 57.63 99.04 -
YUV 187.33 163.36 76.41 -
System Red Green Blue C M Y K H S L
Decimal 115 212 250 0.54 0.15 0 0.02 196.89 0.93 0.72
Hex 73 D4 FA 36 F 0 2 C5 5D 48
Octal 163 324 372 66 17 0 2 305 135 110
Binary 1110011 11010100 11111010 110110 1111 0 10 11000101 1011101 1001000

Color Harmonies of #73D4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D4FA

Black with #73D4FA

Text Example


Text Example

White with #73D4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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