#74CDD6

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

Shades of Spray #74CDD6

Tints of Spray #74CDD6

Color information

#74CDD6 (or 0x74CDD6) is unknown color: approx Spray. HEX triplet: 74, CD and D6. RGB value is (116,205,214). Sum of RGB (Red+Green+Blue) = 116+205+214=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #74CDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDD6 is #8B3229. Grayscale: #B3B3B3. Windows color (decimal): -9122346 or 14077300. OLE color: 14077300.

HSL color Cylindrical-coordinate representation of color #74CDD6: hue angle of 185.51º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74CDD6 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116205214-
CMYK0.460.0400.16
HSL185.51º54.44%64.71%-
HSV(B)185.51º45.79%83.92%-
XYZ41.1752.2371.53-
YUV179.42147.5182.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.68%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 214 (83.98% from 255) = 40%
R=21.68%
G=38.32%
B=40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162052140.460.0400.16185.5154.4464.71
Hex74CDD62E4010ba3641
Octal16431532656402027266101
Binary11101001100110111010110101110100010000101110101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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