Html Css Color HEX #73B5FB Maya Blue

📋 copy color: '#73B5FB'

red 115 ◦ green 181 ◦ blue 251

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

Shades of Maya Blue #73B5FB

Tints of Maya Blue #73B5FB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.09%

 BLUE value IS 251 (98.44% from 255) = 45.89%

R = 21.02%
G = 33.09%
B = 45.89%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73B5FB (or 0x73B5FB) is known color: Maya Blue. HEX triplet: 73, B5 and FB. RGB value is (115,181,251). Sum of RGB (Red+Green+Blue) = 115+181+251=547 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.02% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #73B5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B5FB is #8C4A04. Grayscale: #A8A8A8. Windows color (decimal): -9193989 or 16495987. OLE color: 16495987.

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

Color convert

RGB 115 181 251 -
CMYK 0.54 0.28 0 0.02
HSL 210.88º 0.94% 0.72% -
HSV(B) 210.88º 0.54% 0.98% -
XYZ 41.01 43.66 97.53 -
YUV 169.25 174.13 89.31 -
System Red Green Blue C M Y K H S L
Decimal 115 181 251 0.54 0.28 0 0.02 210.88 0.94 0.72
Hex 73 B5 FB 36 1C 0 2 D3 5E 48
Octal 163 265 373 66 34 0 2 323 136 110
Binary 1110011 10110101 11111011 110110 11100 0 10 11010011 1011110 1001000

Color Harmonies of #73B5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B5FB

Black with #73B5FB

Text Example


Text Example

White with #73B5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,181,251); }

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

background-color css

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

 a { background-color: rgb(115,181,251); }

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

border-color css

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

 span { border-color: rgb(115,181,251); }

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