#70BAD6

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

Shades of Seagull #70BAD6

Tints of Seagull #70BAD6

Color information

#70BAD6 (or 0x70BAD6) is unknown color: approx Seagull. HEX triplet: 70, BA and D6. RGB value is (112,186,214). Sum of RGB (Red+Green+Blue) = 112+186+214=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #70BAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BAD6 is #8F4529. Grayscale: #A6A6A6. Windows color (decimal): -9389354 or 14072432. OLE color: 14072432.

HSL color Cylindrical-coordinate representation of color #70BAD6: hue angle of 196.47º degrees, saturation: 0.55, 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 #70BAD6 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB112186214-
CMYK0.480.1300.16
HSL196.47º55.43%63.92%-
HSV(B)196.47º47.66%83.92%-
XYZ36.3843.4270.08-
YUV167.07154.4888.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.88%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 214 (83.98% from 255) = 41.80%
R=21.88%
G=36.33%
B=41.80%

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
Decimal1121862140.480.1300.16196.4755.4363.92
Hex70BAD630D010c43740
Octal160272326601502030467100
Binary111000010111010110101101100001101010000110001001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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