Html Css Color HEX #73B7FB Maya Blue

📋 copy color: '#73B7FB'

red 115 ◦ green 183 ◦ blue 251

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

Shades of Maya Blue #73B7FB

Tints of Maya Blue #73B7FB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.33%

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

R = 20.95%
G = 33.33%
B = 45.72%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73B7FB (or 0x73B7FB) is known color: Maya Blue. HEX triplet: 73, B7 and FB. RGB value is (115,183,251). Sum of RGB (Red+Green+Blue) = 115+183+251=549 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.95% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #73B7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B7FB is #8C4804. Grayscale: #AAAAAA. Windows color (decimal): -9193477 or 16496499. OLE color: 16496499.

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

Color convert

RGB 115 183 251 -
CMYK 0.54 0.27 0 0.02
HSL 210º 0.94% 0.72% -
HSV(B) 210º 0.54% 0.98% -
XYZ 41.42 44.48 97.67 -
YUV 170.42 173.47 88.47 -
System Red Green Blue C M Y K H S L
Decimal 115 183 251 0.54 0.27 0 0.02 210 0.94 0.72
Hex 73 B7 FB 36 1B 0 2 D2 5E 48
Octal 163 267 373 66 33 0 2 322 136 110
Binary 1110011 10110111 11111011 110110 11011 0 10 11010010 1011110 1001000

Color Harmonies of #73B7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B7FB

Black with #73B7FB

Text Example


Text Example

White with #73B7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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