#8CB9D7

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

Shades of Seagull #8CB9D7

Tints of Seagull #8CB9D7

Color information

#8CB9D7 (or 0x8CB9D7) is unknown color: approx Seagull. HEX triplet: 8C, B9 and D7. RGB value is (140,185,215). Sum of RGB (Red+Green+Blue) = 140+185+215=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #8CB9D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB9D7 is #734628. Grayscale: #AEAEAE. Windows color (decimal): -7554601 or 14137740. OLE color: 14137740.

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

Color convert

RGB140185215-
CMYK0.350.1400.16
HSL204º48.39%69.61%-
HSV(B)204º34.88%84.31%-
XYZ40.4345.1870.88-
YUV174.96150.59103.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.93%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 215 (84.38% from 255) = 39.81%
R=25.93%
G=34.26%
B=39.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1401852150.350.1400.1620448.3969.61
Hex8CB9D723E010cc3046
Octal214271327431602031460106
Binary1000110010111001110101111000111110010000110011001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,185,215); }

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

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

 a { background-color: rgb(140,185,215); }

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

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

 span { border-color: rgb(140,185,215); }

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