#74b7cc

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

Shades of Seagull #74B7CC

Tints of Seagull #74B7CC

Color information

#74B7CC (or 0x74B7CC) is unknown color: approx Seagull. HEX triplet: 74, B7 and CC. RGB value is (116,183,204). Sum of RGB (Red+Green+Blue) = 116+183+204=503 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.06% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #74B7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B7CC is #8B4833. Grayscale: #A5A5A5. Windows color (decimal): -9127988 or 13416308. OLE color: 13416308.

HSL color Cylindrical-coordinate representation of color #74B7CC: hue angle of 194.32º degrees, saturation: 0.46, 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 #74B7CC is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB116183204-
CMYK0.430.1000.2
HSL194.32º46.32%62.75%-
HSV(B)194.32º43.14%80%-
XYZ35.0441.9463.38-
YUV165.36149.892.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.06%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=23.06%
G=36.38%
B=40.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1161832040.430.1000.2194.3246.3262.75
Hex74B7CC2BA014c22e3f
Octal16426731453120243025677
Binary11101001011011111001100101011101001010011000010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74b7cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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