#74CACD

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

Shades of Spray #74CACD

Tints of Spray #74CACD

Color information

#74CACD (or 0x74CACD) is unknown color: approx Spray. HEX triplet: 74, CA and CD. RGB value is (116,202,205). Sum of RGB (Red+Green+Blue) = 116+202+205=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #74CACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CACD is #8B3532. Grayscale: #B0B0B0. Windows color (decimal): -9123123 or 13486708. OLE color: 13486708.

HSL color Cylindrical-coordinate representation of color #74CACD: hue angle of 182.02º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CACD is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116202205-
CMYK0.430.0100.20
HSL182.02º47.09%62.94%-
HSV(B)182.02º43.41%80.39%-
XYZ39.3450.3665.4-
YUV176.63144.0184.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.18%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=22.18%
G=38.62%
B=39.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1162022050.430.0100.20182.0247.0962.94
Hex74CACD2B1014b62f3f
Octal1643123155310242665777
Binary11101001100101011001101101011101010010110110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,202,205); }

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

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

 a { background-color: rgb(116,202,205); }

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

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

 span { border-color: rgb(116,202,205); }

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