#74C8CF

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

Shades of Spray #74C8CF

Tints of Spray #74C8CF

Color information

#74C8CF (or 0x74C8CF) is unknown color: approx Spray. HEX triplet: 74, C8 and CF. RGB value is (116,200,207). Sum of RGB (Red+Green+Blue) = 116+200+207=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #74C8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C8CF is #8B3730. Grayscale: #AFAFAF. Windows color (decimal): -9123633 or 13617268. OLE color: 13617268.

HSL color Cylindrical-coordinate representation of color #74C8CF: hue angle of 184.62º degrees, saturation: 0.49, 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 #74C8CF is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116200207-
CMYK0.440.0300.19
HSL184.62º48.66%63.33%-
HSV(B)184.62º43.96%81.18%-
XYZ39.1249.5366.53-
YUV175.68145.6785.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.18%
GREEN value IS 200 (78.52% from 255) = 38.24%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=22.18%
G=38.24%
B=39.58%

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
Decimal1162002070.440.0300.19184.6248.6663.33
Hex74C8CF2C3013b9313f
Octal1643103175430232716177
Binary111010011001000110011111011001101001110111001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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