#70ABCA

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

Shades of Seagull #70ABCA

Tints of Seagull #70ABCA

Color information

#70ABCA (or 0x70ABCA) is unknown color: approx Seagull. HEX triplet: 70, AB and CA. RGB value is (112,171,202). Sum of RGB (Red+Green+Blue) = 112+171+202=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #70ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABCA is #8F5435. Grayscale: #9C9C9C. Windows color (decimal): -9393206 or 13282160. OLE color: 13282160.

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

Color convert

RGB112171202-
CMYK0.450.1500.21
HSL200.67º45.92%61.57%-
HSV(B)200.67º44.55%79.22%-
XYZ31.9136.8361.31-
YUV156.89153.4595.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.09%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=23.09%
G=35.26%
B=41.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121712020.450.1500.21200.6745.9261.57
Hex70ABCA2DF015c92e3e
Octal16025331255170253115676
Binary11100001010101111001010101101111101010111001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,171,202); }

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

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

 a { background-color: rgb(112,171,202); }

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

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

 span { border-color: rgb(112,171,202); }

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