#8BBCCC

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

Shades of Seagull #8BBCCC

Tints of Seagull #8BBCCC

Color information

#8BBCCC (or 0x8BBCCC) is unknown color: approx Seagull. HEX triplet: 8B, BC and CC. RGB value is (139,188,204). Sum of RGB (Red+Green+Blue) = 139+188+204=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BBCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCCC is #744333. Grayscale: #AFAFAF. Windows color (decimal): -7619380 or 13417611. OLE color: 13417611.

HSL color Cylindrical-coordinate representation of color #8BBCCC: hue angle of 194.77º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BBCCC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB139188204-
CMYK0.320.0800.2
HSL194.77º38.92%67.25%-
HSV(B)194.77º31.86%80%-
XYZ39.5345.8263.89-
YUV175.17144.27102.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.18%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=26.18%
G=35.40%
B=38.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1391882040.320.0800.2194.7738.9267.25
Hex8BBCCC208014c32743
Octal213274314401002430347103
Binary1000101110111100110011001000001000010100110000111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,188,204); }

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

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

 a { background-color: rgb(139,188,204); }

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

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

 span { border-color: rgb(139,188,204); }

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