Html Css Color HEX #8DB8CE Seagull

📋 copy color: '#8DB8CE'

red 141 ◦ green 184 ◦ blue 206

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

Shades of Seagull #8DB8CE

Tints of Seagull #8DB8CE

RGB

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

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

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

R = 26.55%
G = 34.65%
B = 38.79%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8DB8CE (or 0x8DB8CE) is known color: Seagull. HEX triplet: 8D, B8 and CE. RGB value is (141,184,206). Sum of RGB (Red+Green+Blue) = 141+184+206=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DB8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB8CE is #724731. Grayscale: #ADADAD. Windows color (decimal): -7489330 or 13547661. OLE color: 13547661.

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

Color convert

RGB 141 184 206 -
CMYK 0.32 0.11 0 0.19
HSL 200.31º 0.4% 0.68% -
HSV(B) 200.31º 0.32% 0.81% -
XYZ 39.27 44.4 64.89 -
YUV 173.65 146.25 104.71 -
System Red Green Blue C M Y K H S L
Decimal 141 184 206 0.32 0.11 0 0.19 200.31 0.4 0.68
Hex 8D B8 CE 20 B 0 13 C8 28 44
Octal 215 270 316 40 13 0 23 310 50 104
Binary 10001101 10111000 11001110 100000 1011 0 10011 11001000 101000 1000100

Color Harmonies of #8DB8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB8CE

Black with #8DB8CE

Text Example


Text Example

White with #8DB8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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