#74AED6

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

Shades of Seagull #74AED6

Tints of Seagull #74AED6

Color information

#74AED6 (or 0x74AED6) is unknown color: approx Seagull. HEX triplet: 74, AE and D6. RGB value is (116,174,214). Sum of RGB (Red+Green+Blue) = 116+174+214=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #74AED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AED6 is #8B5129. Grayscale: #A0A0A0. Windows color (decimal): -9130282 or 14069364. OLE color: 14069364.

HSL color Cylindrical-coordinate representation of color #74AED6: hue angle of 204.49º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74AED6 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116174214-
CMYK0.460.1900.16
HSL204.49º54.44%64.71%-
HSV(B)204.49º45.79%83.92%-
XYZ34.4838.8469.3-
YUV161.22157.7895.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.02%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 214 (83.98% from 255) = 42.46%
R=23.02%
G=34.52%
B=42.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1161742140.460.1900.16204.4954.4464.71
Hex74AED62E13010cc3641
Octal164256326562302031466101
Binary1110100101011101101011010111010011010000110011001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,174,214); }

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

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

 a { background-color: rgb(116,174,214); }

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

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

 span { border-color: rgb(116,174,214); }

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