#70BECE

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

Shades of Seagull #70BECE

Tints of Seagull #70BECE

Color information

#70BECE (or 0x70BECE) is unknown color: approx Seagull. HEX triplet: 70, BE and CE. RGB value is (112,190,206). Sum of RGB (Red+Green+Blue) = 112+190+206=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #70BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BECE is #8F4131. Grayscale: #A8A8A8. Windows color (decimal): -9388338 or 13549168. OLE color: 13549168.

HSL color Cylindrical-coordinate representation of color #70BECE: hue angle of 190.21º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70BECE is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112190206-
CMYK0.460.0800.19
HSL190.21º48.96%62.35%-
HSV(B)190.21º45.63%80.78%-
XYZ36.2444.7365.12-
YUV168.5149.1687.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.05%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=22.05%
G=37.40%
B=40.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121902060.460.0800.19190.2148.9662.35
Hex70BECE2E8013be313e
Octal16027631656100232766176
Binary11100001011111011001110101110100001001110111110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,190,206); }

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

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

 a { background-color: rgb(112,190,206); }

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

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

 span { border-color: rgb(112,190,206); }

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