#74ACCD

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

Shades of Seagull #74ACCD

Tints of Seagull #74ACCD

Color information

#74ACCD (or 0x74ACCD) is unknown color: approx Seagull. HEX triplet: 74, AC and CD. RGB value is (116,172,205). Sum of RGB (Red+Green+Blue) = 116+172+205=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #74ACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACCD is #8B5332. Grayscale: #9E9E9E. Windows color (decimal): -9130803 or 13479028. OLE color: 13479028.

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

Color convert

RGB116172205-
CMYK0.430.1600.20
HSL202.25º47.09%62.94%-
HSV(B)202.25º43.41%80.39%-
XYZ32.9737.6363.28-
YUV159.02153.9597.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.53%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=23.53%
G=34.89%
B=41.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161722050.430.1600.20202.2547.0962.94
Hex74ACCD2B10014ca2f3f
Octal16425431553200243125777
Binary111010010101100110011011010111000001010011001010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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