Html Css Color HEX #8DB8CD Seagull

📋 copy color: '#8DB8CD'

red 141 ◦ green 184 ◦ blue 205

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

Shades of Seagull #8DB8CD

Tints of Seagull #8DB8CD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.72%

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 26.6%
G = 34.72%
B = 38.68%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8DB8CD (or 0x8DB8CD) is known color: Seagull. HEX triplet: 8D, B8 and CD. RGB value is (141,184,205). Sum of RGB (Red+Green+Blue) = 141+184+205=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DB8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB8CD is #724732. Grayscale: #ADADAD. Windows color (decimal): -7489331 or 13482125. OLE color: 13482125.

HSL color Cylindrical-coordinate representation of color #8DB8CD: hue angle of 199.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DB8CD is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 184 205 -
CMYK 0.31 0.10 0 0.20
HSL 199.69º 0.39% 0.68% -
HSV(B) 199.69º 0.31% 0.8% -
XYZ 39.14 44.35 64.26 -
YUV 173.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 141 184 205 0.31 0.10 0 0.20 199.69 0.39 0.68
Hex 8D B8 CD 1F A 0 14 C8 27 44
Octal 215 270 315 37 12 0 24 310 47 104
Binary 10001101 10111000 11001101 11111 1010 0 10100 11001000 100111 1000100

Color Harmonies of #8DB8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB8CD

Black with #8DB8CD

Text Example


Text Example

White with #8DB8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,184,205); }

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

background-color css

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

 a { background-color: rgb(141,184,205); }

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

border-color css

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

 span { border-color: rgb(141,184,205); }

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