#74C6DD

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

Shades of Spray #74C6DD

Tints of Spray #74C6DD

Color information

#74C6DD (or 0x74C6DD) is unknown color: approx Spray. HEX triplet: 74, C6 and DD. RGB value is (116,198,221). Sum of RGB (Red+Green+Blue) = 116+198+221=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #74C6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C6DD is #8B3922. Grayscale: #AFAFAF. Windows color (decimal): -9124131 or 14534260. OLE color: 14534260.

HSL color Cylindrical-coordinate representation of color #74C6DD: hue angle of 193.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74C6DD is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116198221-
CMYK0.480.1000.13
HSL193.14º60.69%66.08%-
HSV(B)193.14º47.51%86.67%-
XYZ40.4549.3275.79-
YUV176.1153.3385.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.68%
GREEN value IS 198 (77.73% from 255) = 37.01%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=21.68%
G=37.01%
B=41.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161982210.480.1000.13193.1460.6966.08
Hex74C6DD30A0Dc13d42
Octal164306335601201530175102
Binary11101001100011011011101110000101001101110000011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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