#70ADCA

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

Shades of Seagull #70ADCA

Tints of Seagull #70ADCA

Color information

#70ADCA (or 0x70ADCA) is unknown color: approx Seagull. HEX triplet: 70, AD and CA. RGB value is (112,173,202). Sum of RGB (Red+Green+Blue) = 112+173+202=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #70ADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADCA is #8F5235. Grayscale: #9D9D9D. Windows color (decimal): -9392694 or 13282672. OLE color: 13282672.

HSL color Cylindrical-coordinate representation of color #70ADCA: hue angle of 199.33º 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 #70ADCA is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112173202-
CMYK0.450.1400.21
HSL199.33º45.92%61.57%-
HSV(B)199.33º44.55%79.22%-
XYZ32.2937.661.43-
YUV158.07152.7995.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.00%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=23.00%
G=35.52%
B=41.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121732020.450.1400.21199.3345.9261.57
Hex70ADCA2DE015c72e3e
Octal16025531255160253075676
Binary11100001010110111001010101101111001010111000111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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