#70BCD8

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

Shades of Seagull #70BCD8

Tints of Seagull #70BCD8

Color information

#70BCD8 (or 0x70BCD8) is unknown color: approx Seagull. HEX triplet: 70, BC and D8. RGB value is (112,188,216). Sum of RGB (Red+Green+Blue) = 112+188+216=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 216 - color contains mainly: blue. Hex color #70BCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCD8 is #8F4327. Grayscale: #A8A8A8. Windows color (decimal): -9388840 or 14204016. OLE color: 14204016.

HSL color Cylindrical-coordinate representation of color #70BCD8: hue angle of 196.15º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70BCD8 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112188216-
CMYK0.480.1300.15
HSL196.15º57.14%64.31%-
HSV(B)196.15º48.15%84.71%-
XYZ37.0644.3771.58-
YUV168.47154.8287.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.71%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 216 (84.77% from 255) = 41.86%
R=21.71%
G=36.43%
B=41.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121882160.480.1300.15196.1557.1464.31
Hex70BCD830D0Fc43940
Octal160274330601501730471100
Binary11100001011110011011000110000110101111110001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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