#74b9ce

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

Shades of Seagull #74B9CE

Tints of Seagull #74B9CE

Color information

#74B9CE (or 0x74B9CE) is unknown color: approx Seagull. HEX triplet: 74, B9 and CE. RGB value is (116,185,206). Sum of RGB (Red+Green+Blue) = 116+185+206=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #74B9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B9CE is #8B4631. Grayscale: #A6A6A6. Windows color (decimal): -9127474 or 13547892. OLE color: 13547892.

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

Color convert

RGB116185206-
CMYK0.440.1000.19
HSL194º47.87%63.14%-
HSV(B)194º43.69%80.78%-
XYZ35.6942.8764.79-
YUV166.76150.1491.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.88%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 206 (80.86% from 255) = 40.63%
R=22.88%
G=36.49%
B=40.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161852060.440.1000.1919447.8763.14
Hex74B9CE2CA013c2303f
Octal16427131654120233026077
Binary11101001011100111001110101100101001001111000010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74b9ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,185,206); }

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

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

 a { background-color: rgb(116,185,206); }

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

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

 span { border-color: rgb(116,185,206); }

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