#70BECF

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

Shades of Seagull #70BECF

Tints of Seagull #70BECF

Color information

#70BECF (or 0x70BECF) is unknown color: approx Seagull. HEX triplet: 70, BE and CF. RGB value is (112,190,207). Sum of RGB (Red+Green+Blue) = 112+190+207=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #70BECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BECF is #8F4130. Grayscale: #A8A8A8. Windows color (decimal): -9388337 or 13614704. OLE color: 13614704.

HSL color Cylindrical-coordinate representation of color #70BECF: hue angle of 190.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70BECF is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112190207-
CMYK0.460.0800.19
HSL190.74º49.74%62.55%-
HSV(B)190.74º45.89%81.18%-
XYZ36.3644.7865.76-
YUV168.62149.6687.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.00%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=22.00%
G=37.33%
B=40.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121902070.460.0800.19190.7449.7462.55
Hex70BECF2E8013bf323f
Octal16027631756100232776277
Binary11100001011111011001111101110100001001110111111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,190,207); }

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

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

 a { background-color: rgb(112,190,207); }

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

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

 span { border-color: rgb(112,190,207); }

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