Html Css Color HEX #73BAEF Maya Blue

📋 copy color: '#73BAEF'

red 115 ◦ green 186 ◦ blue 239

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

Shades of Maya Blue #73BAEF

Tints of Maya Blue #73BAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 21.3%
G = 34.44%
B = 44.26%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#73BAEF (or 0x73BAEF) is known color: Maya Blue. HEX triplet: 73, BA and EF. RGB value is (115,186,239). Sum of RGB (Red+Green+Blue) = 115+186+239=540 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.30% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #73BAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BAEF is #8C4510. Grayscale: #AAAAAA. Windows color (decimal): -9192721 or 15710835. OLE color: 15710835.

HSL color Cylindrical-coordinate representation of color #73BAEF: hue angle of 205.65º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73BAEF is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 186 239 -
CMYK 0.52 0.22 0 0.06
HSL 205.65º 0.79% 0.69% -
HSV(B) 205.65º 0.52% 0.94% -
XYZ 40.21 44.99 88.23 -
YUV 170.81 166.48 88.19 -
System Red Green Blue C M Y K H S L
Decimal 115 186 239 0.52 0.22 0 0.06 205.65 0.79 0.69
Hex 73 BA EF 34 16 0 6 CE 4F 45
Octal 163 272 357 64 26 0 6 316 117 105
Binary 1110011 10111010 11101111 110100 10110 0 110 11001110 1001111 1000101

Color Harmonies of #73BAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BAEF

Black with #73BAEF

Text Example


Text Example

White with #73BAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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