#70BCCD

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

Shades of Seagull #70BCCD

Tints of Seagull #70BCCD

Color information

#70BCCD (or 0x70BCCD) is unknown color: approx Seagull. HEX triplet: 70, BC and CD. RGB value is (112,188,205). Sum of RGB (Red+Green+Blue) = 112+188+205=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #70BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCCD is #8F4332. Grayscale: #A7A7A7. Windows color (decimal): -9388851 or 13483120. OLE color: 13483120.

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

Color convert

RGB112188205-
CMYK0.450.0800.20
HSL190.97º48.19%62.16%-
HSV(B)190.97º45.37%80.39%-
XYZ35.6843.8264.33-
YUV167.21149.3288.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.18%
GREEN value IS 188 (73.83% from 255) = 37.23%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=22.18%
G=37.23%
B=40.59%

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
Decimal1121882050.450.0800.20190.9748.1962.16
Hex70BCCD2D8014bf303e
Octal16027431555100242776076
Binary11100001011110011001101101101100001010010111111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,188,205); }

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

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

 a { background-color: rgb(112,188,205); }

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

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

 span { border-color: rgb(112,188,205); }

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