#74AFCA

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

Shades of Seagull #74AFCA

Tints of Seagull #74AFCA

Color information

#74AFCA (or 0x74AFCA) is unknown color: approx Seagull. HEX triplet: 74, AF and CA. RGB value is (116,175,202). Sum of RGB (Red+Green+Blue) = 116+175+202=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #74AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AFCA is #8B5035. Grayscale: #A0A0A0. Windows color (decimal): -9130038 or 13283188. OLE color: 13283188.

HSL color Cylindrical-coordinate representation of color #74AFCA: hue angle of 198.84º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74AFCA is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116175202-
CMYK0.430.1300.21
HSL198.84º44.79%62.35%-
HSV(B)198.84º42.57%79.22%-
XYZ33.1938.6461.59-
YUV160.44151.4596.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.53%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=23.53%
G=35.50%
B=40.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161752020.430.1300.21198.8444.7962.35
Hex74AFCA2BD015c72d3e
Octal16425731253150253075576
Binary11101001010111111001010101011110101010111000111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,175,202); }

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

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

 a { background-color: rgb(116,175,202); }

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

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

 span { border-color: rgb(116,175,202); }

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