#8DBCCA

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

Shades of Seagull #8DBCCA

Tints of Seagull #8DBCCA

Color information

#8DBCCA (or 0x8DBCCA) is unknown color: approx Seagull. HEX triplet: 8D, BC and CA. RGB value is (141,188,202). Sum of RGB (Red+Green+Blue) = 141+188+202=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DBCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCCA is #724335. Grayscale: #AFAFAF. Windows color (decimal): -7488310 or 13286541. OLE color: 13286541.

HSL color Cylindrical-coordinate representation of color #8DBCCA: hue angle of 193.77º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DBCCA is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141188202-
CMYK0.300.0700.21
HSL193.77º36.53%67.25%-
HSV(B)193.77º30.2%79.22%-
XYZ39.6345.8962.65-
YUV175.54142.93103.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.55%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=26.55%
G=35.40%
B=38.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411882020.300.0700.21193.7736.5367.25
Hex8DBCCA1E7015c22543
Octal21527431236702530245103
Binary10001101101111001100101011110111010101110000101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,188,202); }

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

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

 a { background-color: rgb(141,188,202); }

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

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

 span { border-color: rgb(141,188,202); }

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