#8BC1CA

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

Shades of Seagull #8BC1CA

Tints of Seagull #8BC1CA

Color information

#8BC1CA (or 0x8BC1CA) is unknown color: approx Seagull. HEX triplet: 8B, C1 and CA. RGB value is (139,193,202). Sum of RGB (Red+Green+Blue) = 139+193+202=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BC1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC1CA is #743E35. Grayscale: #B1B1B1. Windows color (decimal): -7618102 or 13287819. OLE color: 13287819.

HSL color Cylindrical-coordinate representation of color #8BC1CA: hue angle of 188.57º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC1CA is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139193202-
CMYK0.310.0400.21
HSL188.57º37.28%66.86%-
HSV(B)188.57º31.19%79.22%-
XYZ40.3847.8962.99-
YUV177.88141.61100.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.03%
GREEN value IS 193 (75.78% from 255) = 36.14%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=26.03%
G=36.14%
B=37.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391932020.310.0400.21188.5737.2866.86
Hex8BC1CA1F4015bd2543
Octal21330131237402527545103
Binary10001011110000011100101011111100010101101111011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BC1CA; }

 p { color: rgb(139,193,202); }

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

<style>
 a { background-color: #8BC1CA; }

 a { background-color: rgb(139,193,202); }

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

<style>
 span { border-color: #8BC1CA; }

 span { border-color: rgb(139,193,202); }

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