#74B7D0

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

Shades of Seagull #74B7D0

Tints of Seagull #74B7D0

Color information

#74B7D0 (or 0x74B7D0) is unknown color: approx Seagull. HEX triplet: 74, B7 and D0. RGB value is (116,183,208). Sum of RGB (Red+Green+Blue) = 116+183+208=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #74B7D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B7D0 is #8B482F. Grayscale: #A5A5A5. Windows color (decimal): -9127984 or 13678452. OLE color: 13678452.

HSL color Cylindrical-coordinate representation of color #74B7D0: hue angle of 196.3º 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 #74B7D0 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB116183208-
CMYK0.440.1200.18
HSL196.3º49.46%63.53%-
HSV(B)196.3º44.23%81.57%-
XYZ35.5242.1365.94-
YUV165.82151.892.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.88%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 208 (81.64% from 255) = 41.03%
R=22.88%
G=36.09%
B=41.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1161832080.440.1200.18196.349.4663.53
Hex74B7D02CC012c43140
Octal164267320541402230461100
Binary111010010110111110100001011001100010010110001001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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