#74C8E9

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

Shades of Spray #74C8E9

Tints of Spray #74C8E9

Color information

#74C8E9 (or 0x74C8E9) is unknown color: approx Spray. HEX triplet: 74, C8 and E9. RGB value is (116,200,233). Sum of RGB (Red+Green+Blue) = 116+200+233=549 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.13% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #74C8E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C8E9 is #8B3716. Grayscale: #B2B2B2. Windows color (decimal): -9123607 or 15321204. OLE color: 15321204.

HSL color Cylindrical-coordinate representation of color #74C8E9: hue angle of 196.92º degrees, saturation: 0.73, 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 #74C8E9 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB116200233-
CMYK0.500.1400.09
HSL196.92º72.67%68.43%-
HSV(B)196.92º50.21%91.37%-
XYZ42.5650.984.67-
YUV178.65158.6783.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.13%
GREEN value IS 200 (78.52% from 255) = 36.43%
BLUE value IS 233 (91.41% from 255) = 42.44%
R=21.13%
G=36.43%
B=42.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1162002330.500.1400.09196.9272.6768.43
Hex74C8E932E09c54944
Octal1643103516216011305111104
Binary111010011001000111010011100101110010011100010110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,200,233); }

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

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

 a { background-color: rgb(116,200,233); }

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

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

 span { border-color: rgb(116,200,233); }

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