Html Css Color HEX #8DBDC9 Seagull

📋 copy color: '#8DBDC9'

red 141 ◦ green 189 ◦ blue 201

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

Shades of Seagull #8DBDC9

Tints of Seagull #8DBDC9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.59%

 BLUE value IS 201 (78.91% from 255) = 37.85%

R = 26.55%
G = 35.59%
B = 37.85%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8DBDC9 (or 0x8DBDC9) is known color: Seagull. HEX triplet: 8D, BD and C9. RGB value is (141,189,201). Sum of RGB (Red+Green+Blue) = 141+189+201=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 201 - color contains mainly: blue. Hex color #8DBDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDC9 is #724236. Grayscale: #AFAFAF. Windows color (decimal): -7488055 or 13221261. OLE color: 13221261.

HSL color Cylindrical-coordinate representation of color #8DBDC9: hue angle of 192º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DBDC9 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 189 201 -
CMYK 0.30 0.06 0 0.21
HSL 192º 0.36% 0.67% -
HSV(B) 192º 0.3% 0.79% -
XYZ 39.72 46.27 62.1 -
YUV 176.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 141 189 201 0.30 0.06 0 0.21 192 0.36 0.67
Hex 8D BD C9 1E 6 0 15 C0 24 43
Octal 215 275 311 36 6 0 25 300 44 103
Binary 10001101 10111101 11001001 11110 110 0 10101 11000000 100100 1000011

Color Harmonies of #8DBDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBDC9

Black with #8DBDC9

Text Example


Text Example

White with #8DBDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,189,201); }

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

background-color css

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

 a { background-color: rgb(141,189,201); }

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

border-color css

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

 span { border-color: rgb(141,189,201); }

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