#70BDCC

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

Shades of Seagull #70BDCC

Tints of Seagull #70BDCC

Color information

#70BDCC (or 0x70BDCC) is unknown color: approx Seagull. HEX triplet: 70, BD and CC. RGB value is (112,189,204). Sum of RGB (Red+Green+Blue) = 112+189+204=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #70BDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDCC is #8F4233. Grayscale: #A7A7A7. Windows color (decimal): -9388596 or 13417840. OLE color: 13417840.

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

Color convert

RGB112189204-
CMYK0.450.0700.2
HSL189.78º47.42%61.96%-
HSV(B)189.78º45.1%80%-
XYZ35.7844.263.77-
YUV167.69148.4988.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.18%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=22.18%
G=37.43%
B=40.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1121892040.450.0700.2189.7847.4261.96
Hex70BDCC2D7014be2f3e
Octal1602753145570242765776
Binary1110000101111011100110010110111101010010111110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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