#70BDCB

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

Shades of Seagull #70BDCB

Tints of Seagull #70BDCB

Color information

#70BDCB (or 0x70BDCB) is unknown color: approx Seagull. HEX triplet: 70, BD and CB. RGB value is (112,189,203). Sum of RGB (Red+Green+Blue) = 112+189+203=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #70BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDCB is #8F4234. Grayscale: #A7A7A7. Windows color (decimal): -9388597 or 13352304. OLE color: 13352304.

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

Color convert

RGB112189203-
CMYK0.450.0700.20
HSL189.23º46.67%61.76%-
HSV(B)189.23º44.83%79.61%-
XYZ35.6644.1563.14-
YUV167.57147.9988.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.22%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=22.22%
G=37.5%
B=40.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121892030.450.0700.20189.2346.6761.76
Hex70BDCB2D7014bd2f3e
Octal1602753135570242755776
Binary1110000101111011100101110110111101010010111101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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