Html Css Color HEX #73B0FB Maya Blue

📋 copy color: '#73B0FB'

red 115 ◦ green 176 ◦ blue 251

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

Shades of Maya Blue #73B0FB

Tints of Maya Blue #73B0FB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.47%

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

R = 21.22%
G = 32.47%
B = 46.31%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73B0FB (or 0x73B0FB) is known color: Maya Blue. HEX triplet: 73, B0 and FB. RGB value is (115,176,251). Sum of RGB (Red+Green+Blue) = 115+176+251=542 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.22% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #73B0FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73B0FB is #8C4F04. Grayscale: #A5A5A5. Windows color (decimal): -9195269 or 16494707. OLE color: 16494707.

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

Color convert

RGB 115 176 251 -
CMYK 0.54 0.30 0 0.02
HSL 213.09º 0.94% 0.72% -
HSV(B) 213.09º 0.54% 0.98% -
XYZ 40.01 41.66 97.2 -
YUV 166.31 175.79 91.4 -
System Red Green Blue C M Y K H S L
Decimal 115 176 251 0.54 0.30 0 0.02 213.09 0.94 0.72
Hex 73 B0 FB 36 1E 0 2 D5 5E 48
Octal 163 260 373 66 36 0 2 325 136 110
Binary 1110011 10110000 11111011 110110 11110 0 10 11010101 1011110 1001000

Color Harmonies of #73B0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B0FB

Black with #73B0FB

Text Example


Text Example

White with #73B0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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