#70BACA

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

Shades of Seagull #70BACA

Tints of Seagull #70BACA

Color information

#70BACA (or 0x70BACA) is unknown color: approx Seagull. HEX triplet: 70, BA and CA. RGB value is (112,186,202). Sum of RGB (Red+Green+Blue) = 112+186+202=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #70BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BACA is #8F4535. Grayscale: #A5A5A5. Windows color (decimal): -9389366 or 13286000. OLE color: 13286000.

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

Color convert

RGB112186202-
CMYK0.450.0800.21
HSL190.67º45.92%61.57%-
HSV(B)190.67º44.55%79.22%-
XYZ34.942.8362.3-
YUV165.7148.4889.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.4%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=22.4%
G=37.2%
B=40.4%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121862020.450.0800.21190.6745.9261.57
Hex70BACA2D8015bf2e3e
Octal16027231255100252775676
Binary11100001011101011001010101101100001010110111111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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