#8CBDD8

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

Shades of Seagull #8CBDD8

Tints of Seagull #8CBDD8

Color information

#8CBDD8 (or 0x8CBDD8) is unknown color: approx Seagull. HEX triplet: 8C, BD and D8. RGB value is (140,189,216). Sum of RGB (Red+Green+Blue) = 140+189+216=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 216 - color contains mainly: blue. Hex color #8CBDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDD8 is #734227. Grayscale: #B1B1B1. Windows color (decimal): -7553576 or 14204300. OLE color: 14204300.

HSL color Cylindrical-coordinate representation of color #8CBDD8: hue angle of 201.32º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CBDD8 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB140189216-
CMYK0.350.1200.15
HSL201.32º49.35%69.8%-
HSV(B)201.32º35.19%84.71%-
XYZ41.4146.9371.84-
YUV177.43149.77101.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.69%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 216 (84.77% from 255) = 39.63%
R=25.69%
G=34.68%
B=39.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1401892160.350.1200.15201.3249.3569.8
Hex8CBDD823C0Fc93146
Octal214275330431401731161106
Binary100011001011110111011000100011110001111110010011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,189,216); }

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

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

 a { background-color: rgb(140,189,216); }

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

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

 span { border-color: rgb(140,189,216); }

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