#70BBCF

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

Shades of Seagull #70BBCF

Tints of Seagull #70BBCF

Color information

#70BBCF (or 0x70BBCF) is unknown color: approx Seagull. HEX triplet: 70, BB and CF. RGB value is (112,187,207). Sum of RGB (Red+Green+Blue) = 112+187+207=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #70BBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BBCF is #8F4430. Grayscale: #A6A6A6. Windows color (decimal): -9389105 or 13613936. OLE color: 13613936.

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

Color convert

RGB112187207-
CMYK0.460.1000.19
HSL192.63º49.74%62.55%-
HSV(B)192.63º45.89%81.18%-
XYZ35.7143.4965.54-
YUV166.86150.6588.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.13%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 207 (81.25% from 255) = 40.91%
R=22.13%
G=36.96%
B=40.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121872070.460.1000.19192.6349.7462.55
Hex70BBCF2EA013c1323f
Octal16027331756120233016277
Binary11100001011101111001111101110101001001111000001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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