#70A6C9

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

Shades of Seagull #70A6C9

Tints of Seagull #70A6C9

Color information

#70A6C9 (or 0x70A6C9) is unknown color: approx Seagull. HEX triplet: 70, A6 and C9. RGB value is (112,166,201). Sum of RGB (Red+Green+Blue) = 112+166+201=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #70A6C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A6C9 is #8F5936. Grayscale: #999999. Windows color (decimal): -9394487 or 13215344. OLE color: 13215344.

HSL color Cylindrical-coordinate representation of color #70A6C9: hue angle of 203.6º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70A6C9 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112166201-
CMYK0.440.1700.21
HSL203.6º45.18%61.37%-
HSV(B)203.6º44.28%78.82%-
XYZ30.8634.9360.37-
YUV153.84154.6198.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.38%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 201 (78.91% from 255) = 41.96%
R=23.38%
G=34.66%
B=41.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121662010.440.1700.21203.645.1861.37
Hex70A6C92C11015cc2d3d
Octal16024631154210253145575
Binary111000010100110110010011011001000101010111001100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,166,201); }

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

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

 a { background-color: rgb(112,166,201); }

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

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

 span { border-color: rgb(112,166,201); }

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