Html Css Color HEX #73BFEB Maya Blue

📋 copy color: '#73BFEB'

red 115 ◦ green 191 ◦ blue 235

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

Shades of Maya Blue #73BFEB

Tints of Maya Blue #73BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 35.3%

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

R = 21.26%
G = 35.3%
B = 43.44%

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

#73BFEB (or 0x73BFEB) is known color: Maya Blue. HEX triplet: 73, BF and EB. RGB value is (115,191,235). Sum of RGB (Red+Green+Blue) = 115+191+235=541 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.26% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #73BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BFEB is #8C4014. Grayscale: #ADADAD. Windows color (decimal): -9191445 or 15449971. OLE color: 15449971.

HSL color Cylindrical-coordinate representation of color #73BFEB: hue angle of 202º 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 #73BFEB is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 191 235 -
CMYK 0.51 0.19 0 0.08
HSL 202º 0.75% 0.69% -
HSV(B) 202º 0.51% 0.92% -
XYZ 40.7 46.9 85.51 -
YUV 173.29 162.82 86.42 -
System Red Green Blue C M Y K H S L
Decimal 115 191 235 0.51 0.19 0 0.08 202 0.75 0.69
Hex 73 BF EB 33 13 0 8 CA 4B 45
Octal 163 277 353 63 23 0 10 312 113 105
Binary 1110011 10111111 11101011 110011 10011 0 1000 11001010 1001011 1000101

Color Harmonies of #73BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BFEB

Black with #73BFEB

Text Example


Text Example

White with #73BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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