#8cbccd

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

Shades of Seagull #8CBCCD

Tints of Seagull #8CBCCD

Color information

#8CBCCD (or 0x8CBCCD) is unknown color: approx Seagull. HEX triplet: 8C, BC and CD. RGB value is (140,188,205). Sum of RGB (Red+Green+Blue) = 140+188+205=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 188 (73.83% from 255 or 35.27% 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 #8CBCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCCD is #734332. Grayscale: #AFAFAF. Windows color (decimal): -7553843 or 13483148. OLE color: 13483148.

HSL color Cylindrical-coordinate representation of color #8CBCCD: hue angle of 195.69º 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 #8CBCCD is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140188205-
CMYK0.320.0800.20
HSL195.69º39.39%67.65%-
HSV(B)195.69º31.71%80.39%-
XYZ39.8245.9564.53-
YUV175.59144.6102.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.27%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=26.27%
G=35.27%
B=38.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401882050.320.0800.20195.6939.3967.65
Hex8CBCCD208014c42744
Octal214274315401002430447104
Binary1000110010111100110011011000001000010100110001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cbccd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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