#74C6E0

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

Shades of Spray #74C6E0

Tints of Spray #74C6E0

Color information

#74C6E0 (or 0x74C6E0) is unknown color: approx Spray. HEX triplet: 74, C6 and E0. RGB value is (116,198,224). Sum of RGB (Red+Green+Blue) = 116+198+224=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #74C6E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C6E0 is #8B391F. Grayscale: #B0B0B0. Windows color (decimal): -9124128 or 14730868. OLE color: 14730868.

HSL color Cylindrical-coordinate representation of color #74C6E0: hue angle of 194.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74C6E0 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB116198224-
CMYK0.480.1200.12
HSL194.44º63.53%66.67%-
HSV(B)194.44º48.21%87.84%-
XYZ40.8549.4877.92-
YUV176.45154.8384.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.56%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 224 (87.89% from 255) = 41.64%
R=21.56%
G=36.80%
B=41.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1161982240.480.1200.12194.4463.5366.67
Hex74C6E030C0Cc24043
Octal1643063406014014302100103
Binary111010011000110111000001100001100011001100001010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,198,224); }

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

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

 a { background-color: rgb(116,198,224); }

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

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

 span { border-color: rgb(116,198,224); }

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