#74C5DE

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

Shades of Spray #74C5DE

Tints of Spray #74C5DE

Color information

#74C5DE (or 0x74C5DE) is unknown color: approx Spray. HEX triplet: 74, C5 and DE. RGB value is (116,197,222). Sum of RGB (Red+Green+Blue) = 116+197+222=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #74C5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C5DE is #8B3A21. Grayscale: #AFAFAF. Windows color (decimal): -9124386 or 14599540. OLE color: 14599540.

HSL color Cylindrical-coordinate representation of color #74C5DE: hue angle of 194.15º degrees, saturation: 0.62, 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 #74C5DE is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116197222-
CMYK0.480.1100.13
HSL194.15º61.63%66.27%-
HSV(B)194.15º47.75%87.06%-
XYZ40.3548.9276.42-
YUV175.63154.1685.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.68%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=21.68%
G=36.82%
B=41.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161972220.480.1100.13194.1561.6366.27
Hex74C5DE30B0Dc23e42
Octal164305336601301530276102
Binary11101001100010111011110110000101101101110000101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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