#8DBBCB

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

Shades of Seagull #8DBBCB

Tints of Seagull #8DBBCB

Color information

#8DBBCB (or 0x8DBBCB) is unknown color: approx Seagull. HEX triplet: 8D, BB and CB. RGB value is (141,187,203). Sum of RGB (Red+Green+Blue) = 141+187+203=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DBBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBCB is #724434. Grayscale: #AEAEAE. Windows color (decimal): -7488565 or 13351821. OLE color: 13351821.

HSL color Cylindrical-coordinate representation of color #8DBBCB: hue angle of 195.48º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DBBCB is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141187203-
CMYK0.310.0800.20
HSL195.48º37.35%67.45%-
HSV(B)195.48º30.54%79.61%-
XYZ39.5345.5263.2-
YUV175.07143.76103.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.55%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=26.55%
G=35.22%
B=38.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411872030.310.0800.20195.4837.3567.45
Hex8DBBCB1F8014c32543
Octal215273313371002430345103
Binary100011011011101111001011111111000010100110000111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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