#8CBDCF

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

Shades of Seagull #8CBDCF

Tints of Seagull #8CBDCF

Color information

#8CBDCF (or 0x8CBDCF) is unknown color: approx Seagull. HEX triplet: 8C, BD and CF. RGB value is (140,189,207). Sum of RGB (Red+Green+Blue) = 140+189+207=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #8CBDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDCF is #734230. Grayscale: #B0B0B0. Windows color (decimal): -7553585 or 13614476. OLE color: 13614476.

HSL color Cylindrical-coordinate representation of color #8CBDCF: hue angle of 196.12º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CBDCF is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB140189207-
CMYK0.320.0900.19
HSL196.12º41.1%68.04%-
HSV(B)196.12º32.37%81.18%-
XYZ40.2846.4865.88-
YUV176.4145.27102.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.12%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=26.12%
G=35.26%
B=38.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1401892070.320.0900.19196.1241.168.04
Hex8CBDCF209013c42944
Octal214275317401102330451104
Binary1000110010111101110011111000001001010011110001001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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