Html Css Color HEX #8DBEC9 Seagull

📋 copy color: '#8DBEC9'

red 141 ◦ green 190 ◦ blue 201

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

Shades of Seagull #8DBEC9

Tints of Seagull #8DBEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.71%

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

R = 26.5%
G = 35.71%
B = 37.78%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8DBEC9 (or 0x8DBEC9) is known color: Seagull. HEX triplet: 8D, BE and C9. RGB value is (141,190,201). Sum of RGB (Red+Green+Blue) = 141+190+201=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 201 - color contains mainly: blue. Hex color #8DBEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBEC9 is #724136. Grayscale: #B0B0B0. Windows color (decimal): -7487799 or 13221517. OLE color: 13221517.

HSL color Cylindrical-coordinate representation of color #8DBEC9: hue angle of 191º 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 #8DBEC9 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 190 201 -
CMYK 0.30 0.05 0 0.21
HSL 191º 0.36% 0.67% -
HSV(B) 191º 0.3% 0.79% -
XYZ 39.94 46.71 62.17 -
YUV 176.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 141 190 201 0.30 0.05 0 0.21 191 0.36 0.67
Hex 8D BE C9 1E 5 0 15 BF 24 43
Octal 215 276 311 36 5 0 25 277 44 103
Binary 10001101 10111110 11001001 11110 101 0 10101 10111111 100100 1000011

Color Harmonies of #8DBEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBEC9

Black with #8DBEC9

Text Example


Text Example

White with #8DBEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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