Html Css Color HEX #73BEEB Maya Blue

📋 copy color: '#73BEEB'

red 115 ◦ green 190 ◦ blue 235

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

Shades of Maya Blue #73BEEB

Tints of Maya Blue #73BEEB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.19%

 BLUE value IS 235 (92.19% from 255) = 43.52%

R = 21.3%
G = 35.19%
B = 43.52%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73BEEB (or 0x73BEEB) is known color: Maya Blue. HEX triplet: 73, BE and EB. RGB value is (115,190,235). Sum of RGB (Red+Green+Blue) = 115+190+235=540 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.30% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #73BEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BEEB is #8C4114. Grayscale: #ACACAC. Windows color (decimal): -9191701 or 15449715. OLE color: 15449715.

HSL color Cylindrical-coordinate representation of color #73BEEB: hue angle of 202.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73BEEB is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 190 235 -
CMYK 0.51 0.19 0 0.08
HSL 202.5º 0.75% 0.69% -
HSV(B) 202.5º 0.51% 0.92% -
XYZ 40.48 46.47 85.43 -
YUV 172.71 163.15 86.84 -
System Red Green Blue C M Y K H S L
Decimal 115 190 235 0.51 0.19 0 0.08 202.5 0.75 0.69
Hex 73 BE EB 33 13 0 8 CA 4B 45
Octal 163 276 353 63 23 0 10 312 113 105
Binary 1110011 10111110 11101011 110011 10011 0 1000 11001010 1001011 1000101

Color Harmonies of #73BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BEEB

Black with #73BEEB

Text Example


Text Example

White with #73BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,190,235); }

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

background-color css

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

 a { background-color: rgb(115,190,235); }

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

border-color css

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

 span { border-color: rgb(115,190,235); }

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