#8CBCCF

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

Shades of Seagull #8CBCCF

Tints of Seagull #8CBCCF

Color information

#8CBCCF (or 0x8CBCCF) is unknown color: approx Seagull. HEX triplet: 8C, BC and CF. RGB value is (140,188,207). Sum of RGB (Red+Green+Blue) = 140+188+207=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #8CBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCCF is #734330. Grayscale: #AFAFAF. Windows color (decimal): -7553841 or 13614220. OLE color: 13614220.

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

Color convert

RGB140188207-
CMYK0.320.0900.19
HSL197.01º41.1%68.04%-
HSV(B)197.01º32.37%81.18%-
XYZ40.0646.0565.81-
YUV175.81145.6102.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.17%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=26.17%
G=35.14%
B=38.69%

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
Decimal1401882070.320.0900.19197.0141.168.04
Hex8CBCCF209013c52944
Octal214274317401102330551104
Binary1000110010111100110011111000001001010011110001011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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