#70B8D3

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

Shades of Seagull #70B8D3

Tints of Seagull #70B8D3

Color information

#70B8D3 (or 0x70B8D3) is unknown color: approx Seagull. HEX triplet: 70, B8 and D3. RGB value is (112,184,211). Sum of RGB (Red+Green+Blue) = 112+184+211=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #70B8D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B8D3 is #8F472C. Grayscale: #A5A5A5. Windows color (decimal): -9389869 or 13875312. OLE color: 13875312.

HSL color Cylindrical-coordinate representation of color #70B8D3: hue angle of 196.36º 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 #70B8D3 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB112184211-
CMYK0.470.1300.17
HSL196.36º52.94%63.33%-
HSV(B)196.36º46.92%82.75%-
XYZ35.5842.4367.94-
YUV165.55153.6589.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.09%
GREEN value IS 184 (72.27% from 255) = 36.29%
BLUE value IS 211 (82.81% from 255) = 41.62%
R=22.09%
G=36.29%
B=41.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1121842110.470.1300.17196.3652.9463.33
Hex70B8D32FD011c4353f
Octal16027032357150213046577
Binary11100001011100011010011101111110101000111000100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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