#73BFED

Color #73BFED Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #73BFED

Tints of Maya Blue #73BFED

Color information

#73BFED (or 0x73BFED) is unknown color: approx 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

RGB115191237-
CMYK0.510.1900.07
HSL202.62º77.22%69.02%-
HSV(B)202.62º51.48%92.94%-
XYZ40.9947.0287.04-
YUV173.52163.8286.26-

RGB Variations

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

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 (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1151912370.510.1900.07202.6277.2269.02
Hex73BFED331307cb4d45
Octal163277355632307313115105
Binary111001110111111111011011100111001101111100101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>