Html Css Color HEX #73B0FE Maya Blue

📋 copy color: '#73B0FE'

red 115 ◦ green 176 ◦ blue 254

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

Shades of Maya Blue #73B0FE

Tints of Maya Blue #73B0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 21.1%
G = 32.29%
B = 46.61%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#73B0FE (or 0x73B0FE) is known color: Maya Blue. HEX triplet: 73, B0 and FE. RGB value is (115,176,254). Sum of RGB (Red+Green+Blue) = 115+176+254=545 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.10% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #73B0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73B0FE is #8C4F01. Grayscale: #A6A6A6. Windows color (decimal): -9195266 or 16691315. OLE color: 16691315.

HSL color Cylindrical-coordinate representation of color #73B0FE: hue angle of 213.67º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73B0FE is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 176 254 -
CMYK 0.55 0.31 0 0.00
HSL 213.67º 0.99% 0.72% -
HSV(B) 213.67º 0.55% 1% -
XYZ 40.48 41.85 99.71 -
YUV 166.65 177.29 91.16 -
System Red Green Blue C M Y K H S L
Decimal 115 176 254 0.55 0.31 0 0.00 213.67 0.99 0.72
Hex 73 B0 FE 37 1F 0 0 D6 63 48
Octal 163 260 376 67 37 0 0 326 143 110
Binary 1110011 10110000 11111110 110111 11111 0 0 11010110 1100011 1001000

Color Harmonies of #73B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B0FE

Black with #73B0FE

Text Example


Text Example

White with #73B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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