#74AED3

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

Shades of Seagull #74AED3

Tints of Seagull #74AED3

Color information

#74AED3 (or 0x74AED3) is unknown color: approx Seagull. HEX triplet: 74, AE and D3. RGB value is (116,174,211). Sum of RGB (Red+Green+Blue) = 116+174+211=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #74AED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AED3 is #8B512C. Grayscale: #A0A0A0. Windows color (decimal): -9130285 or 13872756. OLE color: 13872756.

HSL color Cylindrical-coordinate representation of color #74AED3: hue angle of 203.37º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74AED3 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB116174211-
CMYK0.450.1800.17
HSL203.37º51.91%64.12%-
HSV(B)203.37º45.02%82.75%-
XYZ34.138.6967.3-
YUV160.88156.2895.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.15%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 211 (82.81% from 255) = 42.12%
R=23.15%
G=34.73%
B=42.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1161742110.450.1800.17203.3751.9164.12
Hex74AED32D12011cb3440
Octal164256323552202131364100
Binary1110100101011101101001110110110010010001110010111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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