#74CAF1

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

Shades of Maya Blue #74CAF1

Tints of Maya Blue #74CAF1

Color information

#74CAF1 (or 0x74CAF1) is unknown color: approx Maya Blue. HEX triplet: 74, CA and F1. RGB value is (116,202,241). Sum of RGB (Red+Green+Blue) = 116+202+241=559 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.75% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #74CAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CAF1 is #8B350E. Grayscale: #B4B4B4. Windows color (decimal): -9123087 or 15846004. OLE color: 15846004.

HSL color Cylindrical-coordinate representation of color #74CAF1: hue angle of 198.72º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74CAF1 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB116202241-
CMYK0.520.1600.05
HSL198.72º81.7%70%-
HSV(B)198.72º51.87%94.51%-
XYZ44.252.390.99-
YUV180.73162.0181.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.75%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=20.75%
G=36.14%
B=43.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162022410.520.1600.05198.7281.770
Hex74CAF1341005c75246
Octal164312361642005307122106
Binary111010011001010111100011101001000001011100011110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,202,241); }

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

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

 a { background-color: rgb(116,202,241); }

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

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

 span { border-color: rgb(116,202,241); }

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