Html Css Color HEX #8DBAD1 Seagull

📋 copy color: '#8DBAD1'

red 141 ◦ green 186 ◦ blue 209

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

Shades of Seagull #8DBAD1

Tints of Seagull #8DBAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.99%

R = 26.31%
G = 34.7%
B = 38.99%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8DBAD1 (or 0x8DBAD1) is known color: Seagull. HEX triplet: 8D, BA and D1. RGB value is (141,186,209). Sum of RGB (Red+Green+Blue) = 141+186+209=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #8DBAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBAD1 is #72452E. Grayscale: #AFAFAF. Windows color (decimal): -7488815 or 13744781. OLE color: 13744781.

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

Color convert

RGB 141 186 209 -
CMYK 0.33 0.11 0 0.18
HSL 200.29º 0.43% 0.69% -
HSV(B) 200.29º 0.33% 0.82% -
XYZ 40.05 45.38 66.97 -
YUV 175.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 141 186 209 0.33 0.11 0 0.18 200.29 0.43 0.69
Hex 8D BA D1 21 B 0 12 C8 2A 45
Octal 215 272 321 41 13 0 22 310 52 105
Binary 10001101 10111010 11010001 100001 1011 0 10010 11001000 101010 1000101

Color Harmonies of #8DBAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBAD1

Black with #8DBAD1

Text Example


Text Example

White with #8DBAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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