#74C8CE

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

Shades of Spray #74C8CE

Tints of Spray #74C8CE

Color information

#74C8CE (or 0x74C8CE) is unknown color: approx Spray. HEX triplet: 74, C8 and CE. RGB value is (116,200,206). Sum of RGB (Red+Green+Blue) = 116+200+206=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #74C8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C8CE is #8B3731. Grayscale: #AFAFAF. Windows color (decimal): -9123634 or 13551732. OLE color: 13551732.

HSL color Cylindrical-coordinate representation of color #74C8CE: hue angle of 184º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74C8CE is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116200206-
CMYK0.440.0300.19
HSL184º47.87%63.14%-
HSV(B)184º43.69%80.78%-
XYZ3949.4865.89-
YUV175.57145.1785.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.22%
GREEN value IS 200 (78.52% from 255) = 38.31%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=22.22%
G=38.31%
B=39.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1162002060.440.0300.1918447.8763.14
Hex74C8CE2C3013b8303f
Octal1643103165430232706077
Binary111010011001000110011101011001101001110111000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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