#74CCDE

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

Shades of Spray #74CCDE

Tints of Spray #74CCDE

Color information

#74CCDE (or 0x74CCDE) is unknown color: approx Spray. HEX triplet: 74, CC and DE. RGB value is (116,204,222). Sum of RGB (Red+Green+Blue) = 116+204+222=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #74CCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CCDE is #8B3321. Grayscale: #B3B3B3. Windows color (decimal): -9122594 or 14601332. OLE color: 14601332.

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

Color convert

RGB116204222-
CMYK0.480.0800.13
HSL190.19º61.63%66.27%-
HSV(B)190.19º47.75%87.06%-
XYZ41.9852.1776.96-
YUV179.74151.8582.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.40%
GREEN value IS 204 (80.08% from 255) = 37.64%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=21.40%
G=37.64%
B=40.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162042220.480.0800.13190.1961.6366.27
Hex74CCDE3080Dbe3e42
Octal164314336601001527676102
Binary11101001100110011011110110000100001101101111101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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