#8BBCCF

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

Shades of Seagull #8BBCCF

Tints of Seagull #8BBCCF

Color information

#8BBCCF (or 0x8BBCCF) is unknown color: approx Seagull. HEX triplet: 8B, BC and CF. RGB value is (139,188,207). Sum of RGB (Red+Green+Blue) = 139+188+207=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCCF is #744330. Grayscale: #AFAFAF. Windows color (decimal): -7619377 or 13614219. OLE color: 13614219.

HSL color Cylindrical-coordinate representation of color #8BBCCF: hue angle of 196.76º 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 #8BBCCF is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139188207-
CMYK0.330.0900.19
HSL196.76º41.46%67.84%-
HSV(B)196.76º32.85%81.18%-
XYZ39.8945.9665.8-
YUV175.52145.77101.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.03%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=26.03%
G=35.21%
B=38.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391882070.330.0900.19196.7641.4667.84
Hex8BBCCF219013c52944
Octal213274317411102330551104
Binary1000101110111100110011111000011001010011110001011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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