Html Css Color HEX #8DBDCE Seagull

📋 copy color: '#8DBDCE'

red 141 ◦ green 189 ◦ blue 206

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

Shades of Seagull #8DBDCE

Tints of Seagull #8DBDCE

RGB

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

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

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

R = 26.31%
G = 35.26%
B = 38.43%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8DBDCE (or 0x8DBDCE) is known color: Seagull. HEX triplet: 8D, BD and CE. RGB value is (141,189,206). Sum of RGB (Red+Green+Blue) = 141+189+206=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DBDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDCE is #724231. Grayscale: #B0B0B0. Windows color (decimal): -7488050 or 13548941. OLE color: 13548941.

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

Color convert

RGB 141 189 206 -
CMYK 0.32 0.08 0 0.19
HSL 195.69º 0.4% 0.68% -
HSV(B) 195.69º 0.32% 0.81% -
XYZ 40.32 46.51 65.25 -
YUV 176.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 141 189 206 0.32 0.08 0 0.19 195.69 0.4 0.68
Hex 8D BD CE 20 8 0 13 C4 28 44
Octal 215 275 316 40 10 0 23 304 50 104
Binary 10001101 10111101 11001110 100000 1000 0 10011 11000100 101000 1000100

Color Harmonies of #8DBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBDCE

Black with #8DBDCE

Text Example


Text Example

White with #8DBDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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