#70B7CD

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

Shades of Seagull #70B7CD

Tints of Seagull #70B7CD

Color information

#70B7CD (or 0x70B7CD) is unknown color: approx Seagull. HEX triplet: 70, B7 and CD. RGB value is (112,183,205). Sum of RGB (Red+Green+Blue) = 112+183+205=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #70B7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B7CD is #8F4832. Grayscale: #A4A4A4. Windows color (decimal): -9390131 or 13481840. OLE color: 13481840.

HSL color Cylindrical-coordinate representation of color #70B7CD: hue angle of 194.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70B7CD is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112183205-
CMYK0.450.1100.20
HSL194.19º48.19%62.16%-
HSV(B)194.19º45.37%80.39%-
XYZ34.6441.7263.98-
YUV164.28150.9890.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.4%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 205 (80.47% from 255) = 41%
R=22.4%
G=36.6%
B=41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121832050.450.1100.20194.1948.1962.16
Hex70B7CD2DB014c2303e
Octal16026731555130243026076
Binary11100001011011111001101101101101101010011000010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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