#74C7F5

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

Shades of Maya Blue #74C7F5

Tints of Maya Blue #74C7F5

Color information

#74C7F5 (or 0x74C7F5) is unknown color: approx Maya Blue. HEX triplet: 74, C7 and F5. RGB value is (116,199,245). Sum of RGB (Red+Green+Blue) = 116+199+245=560 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.71% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 245 - color contains mainly: blue. Hex color #74C7F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C7F5 is #8B380A. Grayscale: #B3B3B3. Windows color (decimal): -9123851 or 16107380. OLE color: 16107380.

HSL color Cylindrical-coordinate representation of color #74C7F5: hue angle of 201.4º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74C7F5 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB116199245-
CMYK0.530.1900.04
HSL201.4º86.58%70.78%-
HSV(B)201.4º52.65%96.08%-
XYZ44.1151.1593.93-
YUV179.4316582.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.71%
GREEN value IS 199 (78.12% from 255) = 35.54%
BLUE value IS 245 (96.09% from 255) = 43.75%
R=20.71%
G=35.54%
B=43.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1161992450.530.1900.04201.486.5870.78
Hex74C7F5351304c95747
Octal164307365652304311127107
Binary111010011000111111101011101011001101001100100110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,199,245); }

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

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

 a { background-color: rgb(116,199,245); }

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

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

 span { border-color: rgb(116,199,245); }

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