#74C4DC

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

Shades of Spray #74C4DC

Tints of Spray #74C4DC

Color information

#74C4DC (or 0x74C4DC) is unknown color: approx Spray. HEX triplet: 74, C4 and DC. RGB value is (116,196,220). Sum of RGB (Red+Green+Blue) = 116+196+220=532 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.80% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #74C4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C4DC is #8B3B23. Grayscale: #AEAEAE. Windows color (decimal): -9124644 or 14468212. OLE color: 14468212.

HSL color Cylindrical-coordinate representation of color #74C4DC: hue angle of 193.85º 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 #74C4DC is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116196220-
CMYK0.470.1100.14
HSL193.85º59.77%65.88%-
HSV(B)193.85º47.27%86.27%-
XYZ39.8648.3674.94-
YUV174.82153.586.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.80%
GREEN value IS 196 (76.95% from 255) = 36.84%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=21.80%
G=36.84%
B=41.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161962200.470.1100.14193.8559.7765.88
Hex74C4DC2FB0Ec23c42
Octal164304334571301630274102
Binary11101001100010011011100101111101101110110000101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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