#8BBFCE

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

Shades of Seagull #8BBFCE

Tints of Seagull #8BBFCE

Color information

#8BBFCE (or 0x8BBFCE) is unknown color: approx Seagull. HEX triplet: 8B, BF and CE. RGB value is (139,191,206). Sum of RGB (Red+Green+Blue) = 139+191+206=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BBFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBFCE is #744031. Grayscale: #B1B1B1. Windows color (decimal): -7618610 or 13549451. OLE color: 13549451.

HSL color Cylindrical-coordinate representation of color #8BBFCE: hue angle of 193.43º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BBFCE is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139191206-
CMYK0.330.0700.19
HSL193.43º40.61%67.65%-
HSV(B)193.43º32.52%80.78%-
XYZ40.4247.2165.37-
YUV177.16144.27100.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.93%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=25.93%
G=35.63%
B=38.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391912060.330.0700.19193.4340.6167.65
Hex8BBFCE217013c12944
Octal21327731641702330151104
Binary100010111011111111001110100001111010011110000011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,191,206); }

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

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

 a { background-color: rgb(139,191,206); }

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

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

 span { border-color: rgb(139,191,206); }

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