#70BECD

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

Shades of Seagull #70BECD

Tints of Seagull #70BECD

Color information

#70BECD (or 0x70BECD) is unknown color: approx Seagull. HEX triplet: 70, BE and CD. RGB value is (112,190,205). Sum of RGB (Red+Green+Blue) = 112+190+205=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #70BECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BECD is #8F4132. Grayscale: #A8A8A8. Windows color (decimal): -9388339 or 13483632. OLE color: 13483632.

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

Color convert

RGB112190205-
CMYK0.450.0700.20
HSL189.68º48.19%62.16%-
HSV(B)189.68º45.37%80.39%-
XYZ36.1144.6864.48-
YUV168.39148.6687.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.09%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=22.09%
G=37.48%
B=40.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121902050.450.0700.20189.6848.1962.16
Hex70BECD2D7014be303e
Octal1602763155570242766076
Binary1110000101111101100110110110111101010010111110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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