#8BC0CA

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

Shades of Seagull #8BC0CA

Tints of Seagull #8BC0CA

Color information

#8BC0CA (or 0x8BC0CA) is unknown color: approx Seagull. HEX triplet: 8B, C0 and CA. RGB value is (139,192,202). Sum of RGB (Red+Green+Blue) = 139+192+202=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC0CA is #743F35. Grayscale: #B1B1B1. Windows color (decimal): -7618358 or 13287563. OLE color: 13287563.

HSL color Cylindrical-coordinate representation of color #8BC0CA: hue angle of 189.52º 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 #8BC0CA is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139192202-
CMYK0.310.0500.21
HSL189.52º37.28%66.86%-
HSV(B)189.52º31.19%79.22%-
XYZ40.1647.4562.92-
YUV177.29141.94100.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.08%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=26.08%
G=36.02%
B=37.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391922020.310.0500.21189.5237.2866.86
Hex8BC0CA1F5015be2543
Octal21330031237502527645103
Binary10001011110000001100101011111101010101101111101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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