#70B1CD

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

Shades of Seagull #70B1CD

Tints of Seagull #70B1CD

Color information

#70B1CD (or 0x70B1CD) is unknown color: approx Seagull. HEX triplet: 70, B1 and CD. RGB value is (112,177,205). Sum of RGB (Red+Green+Blue) = 112+177+205=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #70B1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B1CD is #8F4E32. Grayscale: #A0A0A0. Windows color (decimal): -9391667 or 13480304. OLE color: 13480304.

HSL color Cylindrical-coordinate representation of color #70B1CD: hue angle of 198.06º 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 #70B1CD is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112177205-
CMYK0.450.1400.20
HSL198.06º48.19%62.16%-
HSV(B)198.06º45.37%80.39%-
XYZ33.4239.363.58-
YUV160.76152.9793.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.67%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=22.67%
G=35.83%
B=41.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121772050.450.1400.20198.0648.1962.16
Hex70B1CD2DE014c6303e
Octal16026131555160243066076
Binary11100001011000111001101101101111001010011000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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