Html Css Color HEX #8DBCCD Seagull

📋 copy color: '#8DBCCD'

red 141 ◦ green 188 ◦ blue 205

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

Shades of Seagull #8DBCCD

Tints of Seagull #8DBCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 26.4%
G = 35.21%
B = 38.39%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8DBCCD (or 0x8DBCCD) is known color: Seagull. HEX triplet: 8D, BC and CD. RGB value is (141,188,205). Sum of RGB (Red+Green+Blue) = 141+188+205=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DBCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCCD is #724332. Grayscale: #AFAFAF. Windows color (decimal): -7488307 or 13483149. OLE color: 13483149.

HSL color Cylindrical-coordinate representation of color #8DBCCD: hue angle of 195.94º degrees, saturation: 0.39, 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 #8DBCCD is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 188 205 -
CMYK 0.31 0.08 0 0.20
HSL 195.94º 0.39% 0.68% -
HSV(B) 195.94º 0.31% 0.8% -
XYZ 39.99 46.04 64.54 -
YUV 175.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 141 188 205 0.31 0.08 0 0.20 195.94 0.39 0.68
Hex 8D BC CD 1F 8 0 14 C4 27 44
Octal 215 274 315 37 10 0 24 304 47 104
Binary 10001101 10111100 11001101 11111 1000 0 10100 11000100 100111 1000100

Color Harmonies of #8DBCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCCD

Black with #8DBCCD

Text Example


Text Example

White with #8DBCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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