Html Css Color HEX #73BAFC Maya Blue

📋 copy color: '#73BAFC'

red 115 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #73BAFC

Tints of Maya Blue #73BAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.63%

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

R = 20.8%
G = 33.63%
B = 45.57%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73BAFC (or 0x73BAFC) is known color: Maya Blue. HEX triplet: 73, BA and FC. RGB value is (115,186,252). Sum of RGB (Red+Green+Blue) = 115+186+252=553 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.80% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #73BAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BAFC is #8C4503. Grayscale: #ABABAB. Windows color (decimal): -9192708 or 16562803. OLE color: 16562803.

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

Color convert

RGB 115 186 252 -
CMYK 0.54 0.26 0 0.01
HSL 208.91º 0.96% 0.72% -
HSV(B) 208.91º 0.54% 0.99% -
XYZ 42.2 45.79 98.71 -
YUV 172.3 172.98 87.13 -
System Red Green Blue C M Y K H S L
Decimal 115 186 252 0.54 0.26 0 0.01 208.91 0.96 0.72
Hex 73 BA FC 36 1A 0 1 D1 60 48
Octal 163 272 374 66 32 0 1 321 140 110
Binary 1110011 10111010 11111100 110110 11010 0 1 11010001 1100000 1001000

Color Harmonies of #73BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BAFC

Black with #73BAFC

Text Example


Text Example

White with #73BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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