#74AFC8

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

Shades of Seagull #74AFC8

Tints of Seagull #74AFC8

Color information

#74AFC8 (or 0x74AFC8) is unknown color: approx Seagull. HEX triplet: 74, AF and C8. RGB value is (116,175,200). Sum of RGB (Red+Green+Blue) = 116+175+200=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 200 - color contains mainly: blue. Hex color #74AFC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AFC8 is #8B5037. Grayscale: #A0A0A0. Windows color (decimal): -9130040 or 13152116. OLE color: 13152116.

HSL color Cylindrical-coordinate representation of color #74AFC8: hue angle of 197.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74AFC8 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB116175200-
CMYK0.420.1200.22
HSL197.86º43.3%61.96%-
HSV(B)197.86º42%78.43%-
XYZ32.9638.5460.35-
YUV160.21150.4596.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.63%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 200 (78.52% from 255) = 40.73%
R=23.63%
G=35.64%
B=40.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161752000.420.1200.22197.8643.361.96
Hex74AFC82AC016c62b3e
Octal16425731052140263065376
Binary11101001010111111001000101010110001011011000110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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