#74C8EA

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

Shades of Spray #74C8EA

Tints of Spray #74C8EA

Color information

#74C8EA (or 0x74C8EA) is unknown color: approx Spray. HEX triplet: 74, C8 and EA. RGB value is (116,200,234). Sum of RGB (Red+Green+Blue) = 116+200+234=550 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.09% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #74C8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C8EA is #8B3715. Grayscale: #B2B2B2. Windows color (decimal): -9123606 or 15386740. OLE color: 15386740.

HSL color Cylindrical-coordinate representation of color #74C8EA: hue angle of 197.29º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74C8EA is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116200234-
CMYK0.500.1500.08
HSL197.29º73.75%68.63%-
HSV(B)197.29º50.43%91.76%-
XYZ42.7150.9685.43-
YUV178.76159.1783.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.09%
GREEN value IS 200 (78.52% from 255) = 36.36%
BLUE value IS 234 (91.80% from 255) = 42.55%
R=21.09%
G=36.36%
B=42.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162002340.500.1500.08197.2973.7568.63
Hex74C8EA32F08c54a45
Octal1643103526217010305112105
Binary111010011001000111010101100101111010001100010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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