Html Css Color HEX #73B1FC Maya Blue

📋 copy color: '#73B1FC'

red 115 ◦ green 177 ◦ blue 252

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

Shades of Maya Blue #73B1FC

Tints of Maya Blue #73B1FC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.54%

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

R = 21.14%
G = 32.54%
B = 46.32%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73B1FC (or 0x73B1FC) is known color: Maya Blue. HEX triplet: 73, B1 and FC. RGB value is (115,177,252). Sum of RGB (Red+Green+Blue) = 115+177+252=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #73B1FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73B1FC is #8C4E03. Grayscale: #A6A6A6. Windows color (decimal): -9195012 or 16560499. OLE color: 16560499.

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

Color convert

RGB 115 177 252 -
CMYK 0.54 0.30 0 0.01
HSL 212.85º 0.96% 0.72% -
HSV(B) 212.85º 0.54% 0.99% -
XYZ 40.36 42.12 98.1 -
YUV 167.01 175.96 90.9 -
System Red Green Blue C M Y K H S L
Decimal 115 177 252 0.54 0.30 0 0.01 212.85 0.96 0.72
Hex 73 B1 FC 36 1E 0 1 D5 60 48
Octal 163 261 374 66 36 0 1 325 140 110
Binary 1110011 10110001 11111100 110110 11110 0 1 11010101 1100000 1001000

Color Harmonies of #73B1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B1FC

Black with #73B1FC

Text Example


Text Example

White with #73B1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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