#74C3EA

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

Shades of Maya Blue #74C3EA

Tints of Maya Blue #74C3EA

Color information

#74C3EA (or 0x74C3EA) is unknown color: approx Maya Blue. HEX triplet: 74, C3 and EA. RGB value is (116,195,234). Sum of RGB (Red+Green+Blue) = 116+195+234=545 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.28% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #74C3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C3EA is #8B3C15. Grayscale: #AFAFAF. Windows color (decimal): -9124886 or 15385460. OLE color: 15385460.

HSL color Cylindrical-coordinate representation of color #74C3EA: hue angle of 199.83º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74C3EA is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116195234-
CMYK0.500.1700.08
HSL199.83º73.75%68.63%-
HSV(B)199.83º50.43%91.76%-
XYZ41.5748.6885.05-
YUV175.82160.8385.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.28%
GREEN value IS 195 (76.56% from 255) = 35.78%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=21.28%
G=35.78%
B=42.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161952340.500.1700.08199.8373.7568.63
Hex74C3EA321108c84a45
Octal1643033526221010310112105
Binary1110100110000111110101011001010001010001100100010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74C3EA; }

 p { color: rgb(116,195,234); }

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

<style>
 a { background-color: #74C3EA; }

 a { background-color: rgb(116,195,234); }

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

<style>
 span { border-color: #74C3EA; }

 span { border-color: rgb(116,195,234); }

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