Html Css Color HEX #8DBACE Seagull

📋 copy color: '#8DBACE'

red 141 ◦ green 186 ◦ blue 206

#8DBACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #8DBACE

Tints of Seagull #8DBACE

RGB

 RED value IS 141 (55.47% from 255) = 26.45%

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 26.45%
G = 34.9%
B = 38.65%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8DBACE (or 0x8DBACE) is known color: Seagull. HEX triplet: 8D, BA and CE. RGB value is (141,186,206). Sum of RGB (Red+Green+Blue) = 141+186+206=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DBACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBACE is #724531. Grayscale: #AEAEAE. Windows color (decimal): -7488818 or 13548173. OLE color: 13548173.

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

Color convert

RGB 141 186 206 -
CMYK 0.32 0.10 0 0.19
HSL 198.46º 0.4% 0.68% -
HSV(B) 198.46º 0.32% 0.81% -
XYZ 39.68 45.24 65.03 -
YUV 174.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 141 186 206 0.32 0.10 0 0.19 198.46 0.4 0.68
Hex 8D BA CE 20 A 0 13 C6 28 44
Octal 215 272 316 40 12 0 23 306 50 104
Binary 10001101 10111010 11001110 100000 1010 0 10011 11000110 101000 1000100

Color Harmonies of #8DBACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBACE

Black with #8DBACE

Text Example


Text Example

White with #8DBACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,186,206); }

 H1.HeaderClassName
 {
   color: #8DBACE;
 }
 .AnyTagClassName
 {
   color: #8DBACE;
 }
</style>

background-color css

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

 a { background-color: rgb(141,186,206); }

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

border-color css

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

 span { border-color: rgb(141,186,206); }

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