#8DBBCD

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

Shades of Seagull #8DBBCD

Tints of Seagull #8DBBCD

Color information

#8DBBCD (or 0x8DBBCD) is unknown color: approx Seagull. HEX triplet: 8D, BB and CD. RGB value is (141,187,205). Sum of RGB (Red+Green+Blue) = 141+187+205=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBCD is #724432. Grayscale: #AFAFAF. Windows color (decimal): -7488563 or 13482893. OLE color: 13482893.

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

Color convert

RGB141187205-
CMYK0.310.0900.20
HSL196.88º39.02%67.84%-
HSV(B)196.88º31.22%80.39%-
XYZ39.7745.6164.47-
YUV175.3144.76103.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.45%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=26.45%
G=35.08%
B=38.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411872050.310.0900.20196.8839.0267.84
Hex8DBBCD1F9014c52744
Octal215273315371102430547104
Binary100011011011101111001101111111001010100110001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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