#70B7D9

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

Shades of Seagull #70B7D9

Tints of Seagull #70B7D9

Color information

#70B7D9 (or 0x70B7D9) is unknown color: approx Seagull. HEX triplet: 70, B7 and D9. RGB value is (112,183,217). Sum of RGB (Red+Green+Blue) = 112+183+217=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #70B7D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B7D9 is #8F4826. Grayscale: #A5A5A5. Windows color (decimal): -9390119 or 14268272. OLE color: 14268272.

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

Color convert

RGB112183217-
CMYK0.480.1600.15
HSL199.43º58.01%64.51%-
HSV(B)199.43º48.39%85.1%-
XYZ36.1442.3271.91-
YUV165.65156.9889.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.88%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 217 (85.16% from 255) = 42.38%
R=21.88%
G=35.74%
B=42.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121832170.480.1600.15199.4358.0164.51
Hex70B7D930100Fc73a41
Octal160267331602001730772101
Binary111000010110111110110011100001000001111110001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,183,217); }

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

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

 a { background-color: rgb(112,183,217); }

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

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

 span { border-color: rgb(112,183,217); }

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