#70B1CE

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

Shades of Seagull #70B1CE

Tints of Seagull #70B1CE

Color information

#70B1CE (or 0x70B1CE) is unknown color: approx Seagull. HEX triplet: 70, B1 and CE. RGB value is (112,177,206). Sum of RGB (Red+Green+Blue) = 112+177+206=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #70B1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B1CE is #8F4E31. Grayscale: #A0A0A0. Windows color (decimal): -9391666 or 13545840. OLE color: 13545840.

HSL color Cylindrical-coordinate representation of color #70B1CE: hue angle of 198.51º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70B1CE is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112177206-
CMYK0.460.1400.19
HSL198.51º48.96%62.35%-
HSV(B)198.51º45.63%80.78%-
XYZ33.5439.3564.22-
YUV160.87153.4793.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.63%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=22.63%
G=35.76%
B=41.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121772060.460.1400.19198.5148.9662.35
Hex70B1CE2EE013c7313e
Octal16026131656160233076176
Binary11100001011000111001110101110111001001111000111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,177,206); }

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

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

 a { background-color: rgb(112,177,206); }

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

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

 span { border-color: rgb(112,177,206); }

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