#8DBECF

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

Shades of Seagull #8DBECF

Tints of Seagull #8DBECF

Color information

#8DBECF (or 0x8DBECF) is unknown color: approx Seagull. HEX triplet: 8D, BE and CF. RGB value is (141,190,207). Sum of RGB (Red+Green+Blue) = 141+190+207=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DBECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBECF is #724130. Grayscale: #B1B1B1. Windows color (decimal): -7487793 or 13614733. OLE color: 13614733.

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

Color convert

RGB141190207-
CMYK0.320.0800.19
HSL195.45º40.74%68.24%-
HSV(B)195.45º31.88%81.18%-
XYZ40.6646.9965.96-
YUV177.29144.77102.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.21%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=26.21%
G=35.32%
B=38.48%

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
Decimal1411902070.320.0800.19195.4540.7468.24
Hex8DBECF208013c32944
Octal215276317401002330351104
Binary1000110110111110110011111000001000010011110000111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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