#70ADCB

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

Shades of Seagull #70ADCB

Tints of Seagull #70ADCB

Color information

#70ADCB (or 0x70ADCB) is unknown color: approx Seagull. HEX triplet: 70, AD and CB. RGB value is (112,173,203). Sum of RGB (Red+Green+Blue) = 112+173+203=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #70ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADCB is #8F5234. Grayscale: #9E9E9E. Windows color (decimal): -9392693 or 13348208. OLE color: 13348208.

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

Color convert

RGB112173203-
CMYK0.450.1500.20
HSL199.78º46.67%61.76%-
HSV(B)199.78º44.83%79.61%-
XYZ32.4137.6462.06-
YUV158.18153.2995.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.95%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 203 (79.69% from 255) = 41.60%
R=22.95%
G=35.45%
B=41.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121732030.450.1500.20199.7846.6761.76
Hex70ADCB2DF014c82f3e
Octal16025531355170243105776
Binary11100001010110111001011101101111101010011001000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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