Html Css Color HEX #8DBDCC Seagull

📋 copy color: '#8DBDCC'

red 141 ◦ green 189 ◦ blue 204

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

Shades of Seagull #8DBDCC

Tints of Seagull #8DBDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 26.4%
G = 35.39%
B = 38.2%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8DBDCC (or 0x8DBDCC) is known color: Seagull. HEX triplet: 8D, BD and CC. RGB value is (141,189,204). Sum of RGB (Red+Green+Blue) = 141+189+204=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDCC is #724233. Grayscale: #B0B0B0. Windows color (decimal): -7488052 or 13417869. OLE color: 13417869.

HSL color Cylindrical-coordinate representation of color #8DBDCC: hue angle of 194.29º degrees, saturation: 0.38, 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 #8DBDCC is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 189 204 -
CMYK 0.31 0.07 0 0.2
HSL 194.29º 0.38% 0.68% -
HSV(B) 194.29º 0.31% 0.8% -
XYZ 40.08 46.42 63.97 -
YUV 176.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 141 189 204 0.31 0.07 0 0.2 194.29 0.38 0.68
Hex 8D BD CC 1F 7 0 14 C2 26 44
Octal 215 275 314 37 7 0 24 302 46 104
Binary 10001101 10111101 11001100 11111 111 0 10100 11000010 100110 1000100

Color Harmonies of #8DBDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBDCC

Black with #8DBDCC

Text Example


Text Example

White with #8DBDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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