#74ADCE

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

Shades of Seagull #74ADCE

Tints of Seagull #74ADCE

Color information

#74ADCE (or 0x74ADCE) is unknown color: approx Seagull. HEX triplet: 74, AD and CE. RGB value is (116,173,206). Sum of RGB (Red+Green+Blue) = 116+173+206=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #74ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADCE is #8B5231. Grayscale: #9F9F9F. Windows color (decimal): -9130546 or 13544820. OLE color: 13544820.

HSL color Cylindrical-coordinate representation of color #74ADCE: hue angle of 202º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74ADCE is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116173206-
CMYK0.440.1600.19
HSL202º47.87%63.14%-
HSV(B)202º43.69%80.78%-
XYZ33.2938.0663.98-
YUV159.72154.1296.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.43%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=23.43%
G=34.95%
B=41.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161732060.440.1600.1920247.8763.14
Hex74ADCE2C10013ca303f
Octal16425531654200233126077
Binary111010010101101110011101011001000001001111001010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,173,206); }

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

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

 a { background-color: rgb(116,173,206); }

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

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

 span { border-color: rgb(116,173,206); }

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