#74C5DC

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

Shades of Spray #74C5DC

Tints of Spray #74C5DC

Color information

#74C5DC (or 0x74C5DC) is unknown color: approx Spray. HEX triplet: 74, C5 and DC. RGB value is (116,197,220). Sum of RGB (Red+Green+Blue) = 116+197+220=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #74C5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C5DC is #8B3A23. Grayscale: #AFAFAF. Windows color (decimal): -9124388 or 14468468. OLE color: 14468468.

HSL color Cylindrical-coordinate representation of color #74C5DC: hue angle of 193.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74C5DC is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116197220-
CMYK0.470.1000.14
HSL193.27º59.77%65.88%-
HSV(B)193.27º47.27%86.27%-
XYZ40.0948.8175.02-
YUV175.4153.1685.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.76%
GREEN value IS 197 (77.34% from 255) = 36.96%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=21.76%
G=36.96%
B=41.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161972200.470.1000.14193.2759.7765.88
Hex74C5DC2FA0Ec13c42
Octal164305334571201630174102
Binary11101001100010111011100101111101001110110000011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,197,220); }

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

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

 a { background-color: rgb(116,197,220); }

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

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

 span { border-color: rgb(116,197,220); }

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