#70BDCF

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

Shades of Seagull #70BDCF

Tints of Seagull #70BDCF

Color information

#70BDCF (or 0x70BDCF) is unknown color: approx Seagull. HEX triplet: 70, BD and CF. RGB value is (112,189,207). Sum of RGB (Red+Green+Blue) = 112+189+207=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #70BDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDCF is #8F4230. Grayscale: #A7A7A7. Windows color (decimal): -9388593 or 13614448. OLE color: 13614448.

HSL color Cylindrical-coordinate representation of color #70BDCF: hue angle of 191.37º 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 #70BDCF is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112189207-
CMYK0.460.0900.19
HSL191.37º49.74%62.55%-
HSV(B)191.37º45.89%81.18%-
XYZ36.1444.3465.69-
YUV168.03149.9988.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.05%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=22.05%
G=37.20%
B=40.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121892070.460.0900.19191.3749.7462.55
Hex70BDCF2E9013bf323f
Octal16027531756110232776277
Binary11100001011110111001111101110100101001110111111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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