#70b8d0

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

Shades of Seagull #70B8D0

Tints of Seagull #70B8D0

Color information

#70B8D0 (or 0x70B8D0) is unknown color: approx Seagull. HEX triplet: 70, B8 and D0. RGB value is (112,184,208). Sum of RGB (Red+Green+Blue) = 112+184+208=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #70B8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B8D0 is #8F472F. Grayscale: #A5A5A5. Windows color (decimal): -9389872 or 13678704. OLE color: 13678704.

HSL color Cylindrical-coordinate representation of color #70B8D0: hue angle of 195º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70B8D0 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB112184208-
CMYK0.460.1200.18
HSL195º50.53%62.75%-
HSV(B)195º46.15%81.57%-
XYZ35.2142.2865.98-
YUV165.21152.1590.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.22%
GREEN value IS 184 (72.27% from 255) = 36.51%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=22.22%
G=36.51%
B=41.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1121842080.460.1200.1819550.5362.75
Hex70B8D02EC012c3333f
Octal16027032056140223036377
Binary11100001011100011010000101110110001001011000011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70b8d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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