#74B1D0

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

Shades of Seagull #74B1D0

Tints of Seagull #74B1D0

Color information

#74B1D0 (or 0x74B1D0) is unknown color: approx Seagull. HEX triplet: 74, B1 and D0. RGB value is (116,177,208). Sum of RGB (Red+Green+Blue) = 116+177+208=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #74B1D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B1D0 is #8B4E2F. Grayscale: #A2A2A2. Windows color (decimal): -9129520 or 13676916. OLE color: 13676916.

HSL color Cylindrical-coordinate representation of color #74B1D0: hue angle of 200.22º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74B1D0 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB116177208-
CMYK0.440.1500.18
HSL200.22º49.46%63.53%-
HSV(B)200.22º44.23%81.57%-
XYZ34.3139.7165.53-
YUV162.29153.7994.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.15%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=23.15%
G=35.33%
B=41.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1161772080.440.1500.18200.2249.4663.53
Hex74B1D02CF012c83140
Octal164261320541702231061100
Binary111010010110001110100001011001111010010110010001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,177,208); }

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

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

 a { background-color: rgb(116,177,208); }

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

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

 span { border-color: rgb(116,177,208); }

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