#70BDD8

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

Shades of Seagull #70BDD8

Tints of Seagull #70BDD8

Color information

#70BDD8 (or 0x70BDD8) is unknown color: approx Seagull. HEX triplet: 70, BD and D8. RGB value is (112,189,216). Sum of RGB (Red+Green+Blue) = 112+189+216=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #70BDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDD8 is #8F4227. Grayscale: #A8A8A8. Windows color (decimal): -9388584 or 14204272. OLE color: 14204272.

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

Color convert

RGB112189216-
CMYK0.480.1200.15
HSL195.58º57.14%64.31%-
HSV(B)195.58º48.15%84.71%-
XYZ37.2744.871.65-
YUV169.05154.4987.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.66%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 216 (84.77% from 255) = 41.78%
R=21.66%
G=36.56%
B=41.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121892160.480.1200.15195.5857.1464.31
Hex70BDD830C0Fc43940
Octal160275330601401730471100
Binary11100001011110111011000110000110001111110001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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