#74AECD

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

Shades of Seagull #74AECD

Tints of Seagull #74AECD

Color information

#74AECD (or 0x74AECD) is unknown color: approx Seagull. HEX triplet: 74, AE and CD. RGB value is (116,174,205). Sum of RGB (Red+Green+Blue) = 116+174+205=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #74AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AECD is #8B5132. Grayscale: #A0A0A0. Windows color (decimal): -9130291 or 13479540. OLE color: 13479540.

HSL color Cylindrical-coordinate representation of color #74AECD: hue angle of 200.9º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74AECD is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116174205-
CMYK0.430.1500.20
HSL200.9º47.09%62.94%-
HSV(B)200.9º43.41%80.39%-
XYZ33.3638.3963.41-
YUV160.19153.2896.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.43%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=23.43%
G=35.15%
B=41.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161742050.430.1500.20200.947.0962.94
Hex74AECD2BF014c92f3f
Octal16425631553170243115777
Binary11101001010111011001101101011111101010011001001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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