#74CEDD

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

Shades of Spray #74CEDD

Tints of Spray #74CEDD

Color information

#74CEDD (or 0x74CEDD) is unknown color: approx Spray. HEX triplet: 74, CE and DD. RGB value is (116,206,221). Sum of RGB (Red+Green+Blue) = 116+206+221=543 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.36% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #74CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CEDD is #8B3122. Grayscale: #B4B4B4. Windows color (decimal): -9122083 or 14536308. OLE color: 14536308.

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

Color convert

RGB116206221-
CMYK0.480.0700.13
HSL188.57º60.69%66.08%-
HSV(B)188.57º47.51%86.67%-
XYZ42.3253.0876.42-
YUV180.8150.6881.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.36%
GREEN value IS 206 (80.86% from 255) = 37.94%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=21.36%
G=37.94%
B=40.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162062210.480.0700.13188.5760.6966.08
Hex74CEDD3070Dbd3d42
Octal16431633560701527575102
Binary1110100110011101101110111000011101101101111011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,206,221); }

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

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

 a { background-color: rgb(116,206,221); }

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

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

 span { border-color: rgb(116,206,221); }

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