#74C6D9

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

Shades of Spray #74C6D9

Tints of Spray #74C6D9

Color information

#74C6D9 (or 0x74C6D9) is unknown color: approx Spray. HEX triplet: 74, C6 and D9. RGB value is (116,198,217). Sum of RGB (Red+Green+Blue) = 116+198+217=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #74C6D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C6D9 is #8B3926. Grayscale: #AFAFAF. Windows color (decimal): -9124135 or 14272116. OLE color: 14272116.

HSL color Cylindrical-coordinate representation of color #74C6D9: hue angle of 191.29º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74C6D9 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB116198217-
CMYK0.470.0900.15
HSL191.29º57.06%65.29%-
HSV(B)191.29º46.54%85.1%-
XYZ39.9249.1173.02-
YUV175.65151.3385.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.85%
GREEN value IS 198 (77.73% from 255) = 37.29%
BLUE value IS 217 (85.16% from 255) = 40.87%
R=21.85%
G=37.29%
B=40.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1161982170.470.0900.15191.2957.0665.29
Hex74C6D92F90Fbf3941
Octal164306331571101727771101
Binary11101001100011011011001101111100101111101111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,198,217); }

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

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

 a { background-color: rgb(116,198,217); }

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

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

 span { border-color: rgb(116,198,217); }

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