#70B4CD

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

Shades of Seagull #70B4CD

Tints of Seagull #70B4CD

Color information

#70B4CD (or 0x70B4CD) is unknown color: approx Seagull. HEX triplet: 70, B4 and CD. RGB value is (112,180,205). Sum of RGB (Red+Green+Blue) = 112+180+205=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #70B4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B4CD is #8F4B32. Grayscale: #A2A2A2. Windows color (decimal): -9390899 or 13481072. OLE color: 13481072.

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

Color convert

RGB112180205-
CMYK0.450.1200.20
HSL196.13º48.19%62.16%-
HSV(B)196.13º45.37%80.39%-
XYZ34.0240.563.78-
YUV162.52151.9791.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.54%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=22.54%
G=36.22%
B=41.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121802050.450.1200.20196.1348.1962.16
Hex70B4CD2DC014c4303e
Octal16026431555140243046076
Binary11100001011010011001101101101110001010011000100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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