#74B7CD

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

Shades of Seagull #74B7CD

Tints of Seagull #74B7CD

Color information

#74B7CD (or 0x74B7CD) is unknown color: approx Seagull. HEX triplet: 74, B7 and CD. RGB value is (116,183,205). Sum of RGB (Red+Green+Blue) = 116+183+205=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #74B7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B7CD is #8B4832. Grayscale: #A5A5A5. Windows color (decimal): -9127987 or 13481844. OLE color: 13481844.

HSL color Cylindrical-coordinate representation of color #74B7CD: hue angle of 194.83º 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 #74B7CD is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116183205-
CMYK0.430.1100.20
HSL194.83º47.09%62.94%-
HSV(B)194.83º43.41%80.39%-
XYZ35.1641.9964.01-
YUV165.48150.392.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.02%
GREEN value IS 183 (71.88% from 255) = 36.31%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=23.02%
G=36.31%
B=40.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161832050.430.1100.20194.8347.0962.94
Hex74B7CD2BB014c32f3f
Octal16426731553130243035777
Binary11101001011011111001101101011101101010011000011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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