#70BDD3

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

Shades of Seagull #70BDD3

Tints of Seagull #70BDD3

Color information

#70BDD3 (or 0x70BDD3) is unknown color: approx Seagull. HEX triplet: 70, BD and D3. RGB value is (112,189,211). Sum of RGB (Red+Green+Blue) = 112+189+211=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #70BDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDD3 is #8F422C. Grayscale: #A8A8A8. Windows color (decimal): -9388589 or 13876592. OLE color: 13876592.

HSL color Cylindrical-coordinate representation of color #70BDD3: hue angle of 193.33º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70BDD3 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB112189211-
CMYK0.470.1000.17
HSL193.33º52.94%63.33%-
HSV(B)193.33º46.92%82.75%-
XYZ36.6444.5468.29-
YUV168.48151.9987.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.88%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 211 (82.81% from 255) = 41.21%
R=21.88%
G=36.91%
B=41.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1121892110.470.1000.17193.3352.9463.33
Hex70BDD32FA011c1353f
Octal16027532357120213016577
Binary11100001011110111010011101111101001000111000001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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