#73CAF4

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

Shades of Maya Blue #73CAF4

Tints of Maya Blue #73CAF4

Color information

#73CAF4 (or 0x73CAF4) is unknown color: approx Maya Blue. HEX triplet: 73, CA and F4. RGB value is (115,202,244). Sum of RGB (Red+Green+Blue) = 115+202+244=561 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.50% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 244 - color contains mainly: blue. Hex color #73CAF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CAF4 is #8C350B. Grayscale: #B4B4B4. Windows color (decimal): -9188620 or 16042611. OLE color: 16042611.

HSL color Cylindrical-coordinate representation of color #73CAF4: hue angle of 199.53º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73CAF4 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB115202244-
CMYK0.530.1700.04
HSL199.53º85.43%70.39%-
HSV(B)199.53º52.87%95.69%-
XYZ44.5252.4293.36-
YUV180.78163.6881.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.50%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 244 (95.70% from 255) = 43.49%
R=20.50%
G=36.01%
B=43.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1152022440.530.1700.04199.5385.4370.39
Hex73CAF4351104c85546
Octal163312364652104310125106
Binary111001111001010111101001101011000101001100100010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,202,244); }

 H1.HeaderClassName
 {
   color: #73CAF4;
 }
 .AnyTagClassName
 {
   color: #73CAF4;
 }
</style>
background-color css

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

 a { background-color: rgb(115,202,244); }

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

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

 span { border-color: rgb(115,202,244); }

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