#74CDE7

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

Shades of Spray #74CDE7

Tints of Spray #74CDE7

Color information

#74CDE7 (or 0x74CDE7) is unknown color: approx Spray. HEX triplet: 74, CD and E7. RGB value is (116,205,231). Sum of RGB (Red+Green+Blue) = 116+205+231=552 (73% of max value = 765). Red value is 116 (45.70% from 255 or 21.01% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 231 - color contains mainly: blue. Hex color #74CDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CDE7 is #8B3218. Grayscale: #B5B5B5. Windows color (decimal): -9122329 or 15191412. OLE color: 15191412.

HSL color Cylindrical-coordinate representation of color #74CDE7: hue angle of 193.57º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74CDE7 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB116205231-
CMYK0.500.1100.09
HSL193.57º70.55%68.04%-
HSV(B)193.57º49.78%90.59%-
XYZ43.4653.1583.57-
YUV181.35156.0181.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.01%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 231 (90.62% from 255) = 41.85%
R=21.01%
G=37.14%
B=41.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1162052310.500.1100.09193.5770.5568.04
Hex74CDE732B09c24744
Octal1643153476213011302107104
Binary111010011001101111001111100101011010011100001010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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