Html Css Color HEX #73B3F1 Maya Blue

📋 copy color: '#73B3F1'

red 115 ◦ green 179 ◦ blue 241

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

Shades of Maya Blue #73B3F1

Tints of Maya Blue #73B3F1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.46%

 BLUE value IS 241 (94.53% from 255) = 45.05%

R = 21.5%
G = 33.46%
B = 45.05%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#73B3F1 (or 0x73B3F1) is known color: Maya Blue. HEX triplet: 73, B3 and F1. RGB value is (115,179,241). Sum of RGB (Red+Green+Blue) = 115+179+241=535 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.50% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #73B3F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B3F1 is #8C4C0E. Grayscale: #A6A6A6. Windows color (decimal): -9194511 or 15840115. OLE color: 15840115.

HSL color Cylindrical-coordinate representation of color #73B3F1: hue angle of 209.52º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73B3F1 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 179 241 -
CMYK 0.52 0.26 0 0.05
HSL 209.52º 0.82% 0.7% -
HSV(B) 209.52º 0.52% 0.95% -
XYZ 39.07 42.24 89.31 -
YUV 166.93 169.8 90.96 -
System Red Green Blue C M Y K H S L
Decimal 115 179 241 0.52 0.26 0 0.05 209.52 0.82 0.7
Hex 73 B3 F1 34 1A 0 5 D2 52 46
Octal 163 263 361 64 32 0 5 322 122 106
Binary 1110011 10110011 11110001 110100 11010 0 101 11010010 1010010 1000110

Color Harmonies of #73B3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B3F1

Black with #73B3F1

Text Example


Text Example

White with #73B3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,179,241); }

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

background-color css

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

 a { background-color: rgb(115,179,241); }

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

border-color css

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

 span { border-color: rgb(115,179,241); }

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