#8DBBC9

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

Shades of Seagull #8DBBC9

Tints of Seagull #8DBBC9

Color information

#8DBBC9 (or 0x8DBBC9) is unknown color: approx Seagull. HEX triplet: 8D, BB and C9. RGB value is (141,187,201). Sum of RGB (Red+Green+Blue) = 141+187+201=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #8DBBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBC9 is #724436. Grayscale: #AEAEAE. Windows color (decimal): -7488567 or 13220749. OLE color: 13220749.

HSL color Cylindrical-coordinate representation of color #8DBBC9: hue angle of 194º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DBBC9 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141187201-
CMYK0.300.0700.21
HSL194º35.71%67.06%-
HSV(B)194º29.85%78.82%-
XYZ39.345.4261.95-
YUV174.84142.76103.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.65%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=26.65%
G=35.35%
B=38.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411872010.300.0700.2119435.7167.06
Hex8DBBC91E7015c22443
Octal21527331136702530244103
Binary10001101101110111100100111110111010101110000101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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