#70B2CA

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

Shades of Seagull #70B2CA

Tints of Seagull #70B2CA

Color information

#70B2CA (or 0x70B2CA) is unknown color: approx Seagull. HEX triplet: 70, B2 and CA. RGB value is (112,178,202). Sum of RGB (Red+Green+Blue) = 112+178+202=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #70B2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B2CA is #8F4D35. Grayscale: #A0A0A0. Windows color (decimal): -9391414 or 13283952. OLE color: 13283952.

HSL color Cylindrical-coordinate representation of color #70B2CA: hue angle of 196º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70B2CA is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112178202-
CMYK0.450.1200.21
HSL196º45.92%61.57%-
HSV(B)196º44.55%79.22%-
XYZ33.2639.5561.76-
YUV161151.1393.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.76%
GREEN value IS 178 (69.92% from 255) = 36.18%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=22.76%
G=36.18%
B=41.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121782020.450.1200.2119645.9261.57
Hex70B2CA2DC015c42e3e
Octal16026231255140253045676
Binary11100001011001011001010101101110001010111000100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,178,202); }

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

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

 a { background-color: rgb(112,178,202); }

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

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

 span { border-color: rgb(112,178,202); }

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