Html Css Color HEX #73BFED Maya Blue

📋 copy color: '#73BFED'

red 115 ◦ green 191 ◦ blue 237

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

Shades of Maya Blue #73BFED

Tints of Maya Blue #73BFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 21.18%
G = 35.17%
B = 43.65%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#73BFED (or 0x73BFED) is known color: Maya Blue. HEX triplet: 73, BF and ED. RGB value is (115,191,237). Sum of RGB (Red+Green+Blue) = 115+191+237=543 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.18% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #73BFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BFED is #8C4012. Grayscale: #ADADAD. Windows color (decimal): -9191443 or 15581043. OLE color: 15581043.

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

Color convert

RGB 115 191 237 -
CMYK 0.51 0.19 0 0.07
HSL 202.62º 0.77% 0.69% -
HSV(B) 202.62º 0.51% 0.93% -
XYZ 40.99 47.02 87.04 -
YUV 173.52 163.82 86.26 -
System Red Green Blue C M Y K H S L
Decimal 115 191 237 0.51 0.19 0 0.07 202.62 0.77 0.69
Hex 73 BF ED 33 13 0 7 CB 4D 45
Octal 163 277 355 63 23 0 7 313 115 105
Binary 1110011 10111111 11101101 110011 10011 0 111 11001011 1001101 1000101

Color Harmonies of #73BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BFED

Black with #73BFED

Text Example


Text Example

White with #73BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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