Html Css Color HEX #8DB9D1 Seagull

📋 copy color: '#8DB9D1'

red 141 ◦ green 185 ◦ blue 209

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

Shades of Seagull #8DB9D1

Tints of Seagull #8DB9D1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.58%

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

R = 26.36%
G = 34.58%
B = 39.07%

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

#8DB9D1 (or 0x8DB9D1) is known color: Seagull. HEX triplet: 8D, B9 and D1. RGB value is (141,185,209). Sum of RGB (Red+Green+Blue) = 141+185+209=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: blue. Hex color #8DB9D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB9D1 is #72462E. Grayscale: #AEAEAE. Windows color (decimal): -7489071 or 13744525. OLE color: 13744525.

HSL color Cylindrical-coordinate representation of color #8DB9D1: hue angle of 201.18º 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 #8DB9D1 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 185 209 -
CMYK 0.33 0.11 0 0.18
HSL 201.18º 0.43% 0.69% -
HSV(B) 201.18º 0.33% 0.82% -
XYZ 39.84 44.96 66.9 -
YUV 174.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 141 185 209 0.33 0.11 0 0.18 201.18 0.43 0.69
Hex 8D B9 D1 21 B 0 12 C9 2A 45
Octal 215 271 321 41 13 0 22 311 52 105
Binary 10001101 10111001 11010001 100001 1011 0 10010 11001001 101010 1000101

Color Harmonies of #8DB9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB9D1

Black with #8DB9D1

Text Example


Text Example

White with #8DB9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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