#74C9E6

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

Shades of Spray #74C9E6

Tints of Spray #74C9E6

Color information

#74C9E6 (or 0x74C9E6) is unknown color: approx Spray. HEX triplet: 74, C9 and E6. RGB value is (116,201,230). Sum of RGB (Red+Green+Blue) = 116+201+230=547 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.21% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #74C9E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C9E6 is #8B3619. Grayscale: #B2B2B2. Windows color (decimal): -9123354 or 15124852. OLE color: 15124852.

HSL color Cylindrical-coordinate representation of color #74C9E6: hue angle of 195.26º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74C9E6 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB116201230-
CMYK0.500.1300.10
HSL195.26º69.51%67.84%-
HSV(B)195.26º49.57%90.2%-
XYZ42.3751.282.51-
YUV178.89156.8483.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.21%
GREEN value IS 201 (78.91% from 255) = 36.75%
BLUE value IS 230 (90.23% from 255) = 42.05%
R=21.21%
G=36.75%
B=42.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1162012300.500.1300.10195.2669.5167.84
Hex74C9E632D0Ac34644
Octal1643113466215012303106104
Binary111010011001001111001101100101101010101100001110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,201,230); }

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

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

 a { background-color: rgb(116,201,230); }

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

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

 span { border-color: rgb(116,201,230); }

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