Html Css Color HEX #73B9FC Maya Blue

📋 copy color: '#73B9FC'

red 115 ◦ green 185 ◦ blue 252

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

Shades of Maya Blue #73B9FC

Tints of Maya Blue #73B9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.51%

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 20.83%
G = 33.51%
B = 45.65%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73B9FC (or 0x73B9FC) is known color: Maya Blue. HEX triplet: 73, B9 and FC. RGB value is (115,185,252). Sum of RGB (Red+Green+Blue) = 115+185+252=552 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.83% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #73B9FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B9FC is #8C4603. Grayscale: #ABABAB. Windows color (decimal): -9192964 or 16562547. OLE color: 16562547.

HSL color Cylindrical-coordinate representation of color #73B9FC: hue angle of 209.34º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73B9FC is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 185 252 -
CMYK 0.54 0.27 0 0.01
HSL 209.34º 0.96% 0.72% -
HSV(B) 209.34º 0.54% 0.99% -
XYZ 41.99 45.37 98.64 -
YUV 171.71 173.31 87.55 -
System Red Green Blue C M Y K H S L
Decimal 115 185 252 0.54 0.27 0 0.01 209.34 0.96 0.72
Hex 73 B9 FC 36 1B 0 1 D1 60 48
Octal 163 271 374 66 33 0 1 321 140 110
Binary 1110011 10111001 11111100 110110 11011 0 1 11010001 1100000 1001000

Color Harmonies of #73B9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B9FC

Black with #73B9FC

Text Example


Text Example

White with #73B9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,185,252); }

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

background-color css

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

 a { background-color: rgb(115,185,252); }

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

border-color css

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

 span { border-color: rgb(115,185,252); }

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