#74ADCF

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

Shades of Seagull #74ADCF

Tints of Seagull #74ADCF

Color information

#74ADCF (or 0x74ADCF) is unknown color: approx Seagull. HEX triplet: 74, AD and CF. RGB value is (116,173,207). Sum of RGB (Red+Green+Blue) = 116+173+207=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #74ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADCF is #8B5230. Grayscale: #9F9F9F. Windows color (decimal): -9130545 or 13610356. OLE color: 13610356.

HSL color Cylindrical-coordinate representation of color #74ADCF: hue angle of 202.42º degrees, saturation: 0.49, 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 #74ADCF is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116173207-
CMYK0.440.1600.19
HSL202.42º48.66%63.33%-
HSV(B)202.42º43.96%81.18%-
XYZ33.4138.1164.63-
YUV159.83154.6296.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.39%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 207 (81.25% from 255) = 41.73%
R=23.39%
G=34.88%
B=41.73%

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
Decimal1161732070.440.1600.19202.4248.6663.33
Hex74ADCF2C10013ca313f
Octal16425531754200233126177
Binary111010010101101110011111011001000001001111001010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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