#70BCCA

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

Shades of Seagull #70BCCA

Tints of Seagull #70BCCA

Color information

#70BCCA (or 0x70BCCA) is unknown color: approx Seagull. HEX triplet: 70, BC and CA. RGB value is (112,188,202). Sum of RGB (Red+Green+Blue) = 112+188+202=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #70BCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCCA is #8F4335. Grayscale: #A6A6A6. Windows color (decimal): -9388854 or 13286512. OLE color: 13286512.

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

Color convert

RGB112188202-
CMYK0.450.0700.21
HSL189.33º45.92%61.57%-
HSV(B)189.33º44.55%79.22%-
XYZ35.3343.6862.45-
YUV166.87147.8288.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.31%
GREEN value IS 188 (73.83% from 255) = 37.45%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=22.31%
G=37.45%
B=40.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121882020.450.0700.21189.3345.9261.57
Hex70BCCA2D7015bd2e3e
Octal1602743125570252755676
Binary1110000101111001100101010110111101010110111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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