#8CBED0

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

Shades of Seagull #8CBED0

Tints of Seagull #8CBED0

Color information

#8CBED0 (or 0x8CBED0) is unknown color: approx Seagull. HEX triplet: 8C, BE and D0. RGB value is (140,190,208). Sum of RGB (Red+Green+Blue) = 140+190+208=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #8CBED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBED0 is #73412F. Grayscale: #B0B0B0. Windows color (decimal): -7553328 or 13680268. OLE color: 13680268.

HSL color Cylindrical-coordinate representation of color #8CBED0: hue angle of 195.88º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CBED0 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140190208-
CMYK0.330.0900.18
HSL195.88º41.98%68.24%-
HSV(B)195.88º32.69%81.57%-
XYZ40.6146.9666.6-
YUV177.1145.44101.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.02%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=26.02%
G=35.32%
B=38.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401902080.330.0900.18195.8841.9868.24
Hex8CBED0219012c42a44
Octal214276320411102230452104
Binary1000110010111110110100001000011001010010110001001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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