#70ACCC

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

Shades of Seagull #70ACCC

Tints of Seagull #70ACCC

Color information

#70ACCC (or 0x70ACCC) is unknown color: approx Seagull. HEX triplet: 70, AC and CC. RGB value is (112,172,204). Sum of RGB (Red+Green+Blue) = 112+172+204=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #70ACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACCC is #8F5333. Grayscale: #9D9D9D. Windows color (decimal): -9392948 or 13413488. OLE color: 13413488.

HSL color Cylindrical-coordinate representation of color #70ACCC: hue angle of 200.87º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70ACCC is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB112172204-
CMYK0.450.1600.2
HSL200.87º47.42%61.96%-
HSV(B)200.87º45.1%80%-
XYZ32.3337.3162.62-
YUV157.71154.1295.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.95%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=22.95%
G=35.25%
B=41.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1121722040.450.1600.2200.8747.4261.96
Hex70ACCC2D10014c92f3e
Octal16025431455200243115776
Binary111000010101100110011001011011000001010011001001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70ACCC; }

 p { color: rgb(112,172,204); }

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

<style>
 a { background-color: #70ACCC; }

 a { background-color: rgb(112,172,204); }

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

<style>
 span { border-color: #70ACCC; }

 span { border-color: rgb(112,172,204); }

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