#70BAD7

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

Shades of Seagull #70BAD7

Tints of Seagull #70BAD7

Color information

#70BAD7 (or 0x70BAD7) is unknown color: approx Seagull. HEX triplet: 70, BA and D7. RGB value is (112,186,215). Sum of RGB (Red+Green+Blue) = 112+186+215=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #70BAD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BAD7 is #8F4528. Grayscale: #A6A6A6. Windows color (decimal): -9389353 or 14137968. OLE color: 14137968.

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

Color convert

RGB112186215-
CMYK0.480.1300.16
HSL196.89º56.28%64.12%-
HSV(B)196.89º47.91%84.31%-
XYZ36.5143.4770.76-
YUV167.18154.9888.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.83%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 215 (84.38% from 255) = 41.91%
R=21.83%
G=36.26%
B=41.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1121862150.480.1300.16196.8956.2864.12
Hex70BAD730D010c53840
Octal160272327601502030570100
Binary111000010111010110101111100001101010000110001011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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