#70B9CA

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

Shades of Seagull #70B9CA

Tints of Seagull #70B9CA

Color information

#70B9CA (or 0x70B9CA) is unknown color: approx Seagull. HEX triplet: 70, B9 and CA. RGB value is (112,185,202). Sum of RGB (Red+Green+Blue) = 112+185+202=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #70B9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B9CA is #8F4635. Grayscale: #A4A4A4. Windows color (decimal): -9389622 or 13285744. OLE color: 13285744.

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

Color convert

RGB112185202-
CMYK0.450.0800.21
HSL191.33º45.92%61.57%-
HSV(B)191.33º44.55%79.22%-
XYZ34.6942.4162.23-
YUV165.11148.8290.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.44%
GREEN value IS 185 (72.66% from 255) = 37.07%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=22.44%
G=37.07%
B=40.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121852020.450.0800.21191.3345.9261.57
Hex70B9CA2D8015bf2e3e
Octal16027131255100252775676
Binary11100001011100111001010101101100001010110111111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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