#74AFD0

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

Shades of Seagull #74AFD0

Tints of Seagull #74AFD0

Color information

#74AFD0 (or 0x74AFD0) is unknown color: approx Seagull. HEX triplet: 74, AF and D0. RGB value is (116,175,208). Sum of RGB (Red+Green+Blue) = 116+175+208=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #74AFD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AFD0 is #8B502F. Grayscale: #A0A0A0. Windows color (decimal): -9130032 or 13676404. OLE color: 13676404.

HSL color Cylindrical-coordinate representation of color #74AFD0: hue angle of 201.52º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74AFD0 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB116175208-
CMYK0.440.1600.18
HSL201.52º49.46%63.53%-
HSV(B)201.52º44.23%81.57%-
XYZ33.9238.9365.4-
YUV161.12154.4595.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.25%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=23.25%
G=35.07%
B=41.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1161752080.440.1600.18201.5249.4663.53
Hex74AFD02C10012ca3140
Octal164257320542002231261100
Binary1110100101011111101000010110010000010010110010101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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