#74CCD6

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

Shades of Spray #74CCD6

Tints of Spray #74CCD6

Color information

#74CCD6 (or 0x74CCD6) is unknown color: approx Spray. HEX triplet: 74, CC and D6. RGB value is (116,204,214). Sum of RGB (Red+Green+Blue) = 116+204+214=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #74CCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CCD6 is #8B3329. Grayscale: #B2B2B2. Windows color (decimal): -9122602 or 14077044. OLE color: 14077044.

HSL color Cylindrical-coordinate representation of color #74CCD6: hue angle of 186.12º 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 #74CCD6 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116204214-
CMYK0.460.0500.16
HSL186.12º54.44%64.71%-
HSV(B)186.12º45.79%83.92%-
XYZ40.9351.7571.45-
YUV178.83147.8583.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.72%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 214 (83.98% from 255) = 40.07%
R=21.72%
G=38.20%
B=40.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162042140.460.0500.16186.1254.4464.71
Hex74CCD62E5010ba3641
Octal16431432656502027266101
Binary11101001100110011010110101110101010000101110101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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