Html Css Color HEX #8DB9D0 Seagull

📋 copy color: '#8DB9D0'

red 141 ◦ green 185 ◦ blue 208

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

Shades of Seagull #8DB9D0

Tints of Seagull #8DB9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.95%

R = 26.4%
G = 34.64%
B = 38.95%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8DB9D0 (or 0x8DB9D0) is known color: Seagull. HEX triplet: 8D, B9 and D0. RGB value is (141,185,208). Sum of RGB (Red+Green+Blue) = 141+185+208=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #8DB9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB9D0 is #72462F. Grayscale: #AEAEAE. Windows color (decimal): -7489072 or 13678989. OLE color: 13678989.

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

Color convert

RGB 141 185 208 -
CMYK 0.32 0.11 0 0.18
HSL 200.6º 0.42% 0.68% -
HSV(B) 200.6º 0.32% 0.82% -
XYZ 39.72 44.91 66.25 -
YUV 174.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 141 185 208 0.32 0.11 0 0.18 200.6 0.42 0.68
Hex 8D B9 D0 20 B 0 12 C9 2A 44
Octal 215 271 320 40 13 0 22 311 52 104
Binary 10001101 10111001 11010000 100000 1011 0 10010 11001001 101010 1000100

Color Harmonies of #8DB9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB9D0

Black with #8DB9D0

Text Example


Text Example

White with #8DB9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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