Html Css Color HEX #8DBCD0 Seagull

📋 copy color: '#8DBCD0'

red 141 ◦ green 188 ◦ blue 208

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

Shades of Seagull #8DBCD0

Tints of Seagull #8DBCD0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.01%

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 26.26%
G = 35.01%
B = 38.73%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8DBCD0 (or 0x8DBCD0) is known color: Seagull. HEX triplet: 8D, BC and D0. RGB value is (141,188,208). Sum of RGB (Red+Green+Blue) = 141+188+208=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #8DBCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCD0 is #72432F. Grayscale: #B0B0B0. Windows color (decimal): -7488304 or 13679757. OLE color: 13679757.

HSL color Cylindrical-coordinate representation of color #8DBCD0: hue angle of 197.91º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DBCD0 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 188 208 -
CMYK 0.32 0.10 0 0.18
HSL 197.91º 0.42% 0.68% -
HSV(B) 197.91º 0.32% 0.82% -
XYZ 40.35 46.18 66.46 -
YUV 176.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 141 188 208 0.32 0.10 0 0.18 197.91 0.42 0.68
Hex 8D BC D0 20 A 0 12 C6 2A 44
Octal 215 274 320 40 12 0 22 306 52 104
Binary 10001101 10111100 11010000 100000 1010 0 10010 11000110 101010 1000100

Color Harmonies of #8DBCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCD0

Black with #8DBCD0

Text Example


Text Example

White with #8DBCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,188,208); }

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

background-color css

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

 a { background-color: rgb(141,188,208); }

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

border-color css

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

 span { border-color: rgb(141,188,208); }

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