#8CB7CD

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

Shades of Seagull #8CB7CD

Tints of Seagull #8CB7CD

Color information

#8CB7CD (or 0x8CB7CD) is unknown color: approx Seagull. HEX triplet: 8C, B7 and CD. RGB value is (140,183,205). Sum of RGB (Red+Green+Blue) = 140+183+205=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CB7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB7CD is #734832. Grayscale: #ACACAC. Windows color (decimal): -7555123 or 13481868. OLE color: 13481868.

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

Color convert

RGB140183205-
CMYK0.320.1100.20
HSL200.31º39.39%67.65%-
HSV(B)200.31º31.71%80.39%-
XYZ38.7743.8564.18-
YUV172.65146.25104.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.52%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=26.52%
G=34.66%
B=38.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401832050.320.1100.20200.3139.3967.65
Hex8CB7CD20B014c82744
Octal214267315401302431047104
Binary1000110010110111110011011000001011010100110010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,183,205); }

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

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

 a { background-color: rgb(140,183,205); }

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

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

 span { border-color: rgb(140,183,205); }

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