Html Css Color HEX #73AFFC Maya Blue

📋 copy color: '#73AFFC'

red 115 ◦ green 175 ◦ blue 252

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

Shades of Maya Blue #73AFFC

Tints of Maya Blue #73AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.29%

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

R = 21.22%
G = 32.29%
B = 46.49%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73AFFC (or 0x73AFFC) is known color: Maya Blue. HEX triplet: 73, AF and FC. RGB value is (115,175,252). Sum of RGB (Red+Green+Blue) = 115+175+252=542 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.22% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #73AFFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AFFC is #8C5003. Grayscale: #A5A5A5. Windows color (decimal): -9195524 or 16559987. OLE color: 16559987.

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

Color convert

RGB 115 175 252 -
CMYK 0.54 0.31 0 0.01
HSL 213.72º 0.96% 0.72% -
HSV(B) 213.72º 0.54% 0.99% -
XYZ 39.97 41.33 97.97 -
YUV 165.84 176.62 91.74 -
System Red Green Blue C M Y K H S L
Decimal 115 175 252 0.54 0.31 0 0.01 213.72 0.96 0.72
Hex 73 AF FC 36 1F 0 1 D6 60 48
Octal 163 257 374 66 37 0 1 326 140 110
Binary 1110011 10101111 11111100 110110 11111 0 1 11010110 1100000 1001000

Color Harmonies of #73AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFFC

Black with #73AFFC

Text Example


Text Example

White with #73AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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