#8BBBD7

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

Shades of Seagull #8BBBD7

Tints of Seagull #8BBBD7

Color information

#8BBBD7 (or 0x8BBBD7) is unknown color: approx Seagull. HEX triplet: 8B, BB and D7. RGB value is (139,187,215). Sum of RGB (Red+Green+Blue) = 139+187+215=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #8BBBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBBD7 is #744428. Grayscale: #AFAFAF. Windows color (decimal): -7619625 or 14138251. OLE color: 14138251.

HSL color Cylindrical-coordinate representation of color #8BBBD7: hue angle of 202.11º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BBBD7 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB139187215-
CMYK0.350.1300.16
HSL202.11º48.72%69.41%-
HSV(B)202.11º35.35%84.31%-
XYZ40.6845.9471.01-
YUV175.84150.1101.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.69%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 215 (84.38% from 255) = 39.74%
R=25.69%
G=34.57%
B=39.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1391872150.350.1300.16202.1148.7269.41
Hex8BBBD723D010ca3145
Octal213273327431502031261105
Binary1000101110111011110101111000111101010000110010101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,187,215); }

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

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

 a { background-color: rgb(139,187,215); }

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

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

 span { border-color: rgb(139,187,215); }

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