#8DBBD7

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

Shades of Seagull #8DBBD7

Tints of Seagull #8DBBD7

Color information

#8DBBD7 (or 0x8DBBD7) is unknown color: approx Seagull. HEX triplet: 8D, BB and D7. RGB value is (141,187,215). Sum of RGB (Red+Green+Blue) = 141+187+215=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #8DBBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBD7 is #724428. Grayscale: #B0B0B0. Windows color (decimal): -7488553 or 14138253. OLE color: 14138253.

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

Color convert

RGB141187215-
CMYK0.340.1300.16
HSL202.7º48.05%69.8%-
HSV(B)202.7º34.42%84.31%-
XYZ41.0246.1171.03-
YUV176.44149.76102.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.97%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 215 (84.38% from 255) = 39.59%
R=25.97%
G=34.44%
B=39.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1411872150.340.1300.16202.748.0569.8
Hex8DBBD722D010cb3046
Octal215273327421502031360106
Binary1000110110111011110101111000101101010000110010111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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