#70BACB

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

Shades of Seagull #70BACB

Tints of Seagull #70BACB

Color information

#70BACB (or 0x70BACB) is unknown color: approx Seagull. HEX triplet: 70, BA and CB. RGB value is (112,186,203). Sum of RGB (Red+Green+Blue) = 112+186+203=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #70BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BACB is #8F4534. Grayscale: #A5A5A5. Windows color (decimal): -9389365 or 13351536. OLE color: 13351536.

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

Color convert

RGB112186203-
CMYK0.450.0800.20
HSL191.21º46.67%61.76%-
HSV(B)191.21º44.83%79.61%-
XYZ35.0242.8762.93-
YUV165.81148.9889.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.36%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=22.36%
G=37.13%
B=40.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121862030.450.0800.20191.2146.6761.76
Hex70BACB2D8014bf2f3e
Octal16027231355100242775776
Binary11100001011101011001011101101100001010010111111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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