#74B2CE

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

Shades of Seagull #74B2CE

Tints of Seagull #74B2CE

Color information

#74B2CE (or 0x74B2CE) is unknown color: approx Seagull. HEX triplet: 74, B2 and CE. RGB value is (116,178,206). Sum of RGB (Red+Green+Blue) = 116+178+206=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #74B2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B2CE is #8B4D31. Grayscale: #A2A2A2. Windows color (decimal): -9129266 or 13546100. OLE color: 13546100.

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

Color convert

RGB116178206-
CMYK0.440.1400.19
HSL198.67º47.87%63.14%-
HSV(B)198.67º43.69%80.78%-
XYZ34.2640.0164.31-
YUV162.65152.4694.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.2%
GREEN value IS 178 (69.92% from 255) = 35.6%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=23.2%
G=35.6%
B=41.2%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161782060.440.1400.19198.6747.8763.14
Hex74B2CE2CE013c7303f
Octal16426231654160233076077
Binary11101001011001011001110101100111001001111000111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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