#8CBECF

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

Shades of Seagull #8CBECF

Tints of Seagull #8CBECF

Color information

#8CBECF (or 0x8CBECF) is unknown color: approx Seagull. HEX triplet: 8C, BE and CF. RGB value is (140,190,207). Sum of RGB (Red+Green+Blue) = 140+190+207=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #8CBECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBECF is #734130. Grayscale: #B0B0B0. Windows color (decimal): -7553329 or 13614732. OLE color: 13614732.

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

Color convert

RGB140190207-
CMYK0.320.0800.19
HSL195.22º41.1%68.04%-
HSV(B)195.22º32.37%81.18%-
XYZ40.4946.9165.95-
YUV176.99144.94101.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.07%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=26.07%
G=35.38%
B=38.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1401902070.320.0800.19195.2241.168.04
Hex8CBECF208013c32944
Octal214276317401002330351104
Binary1000110010111110110011111000001000010011110000111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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