Html Css Color HEX #8DBECD Seagull

📋 copy color: '#8DBECD'

red 141 ◦ green 190 ◦ blue 205

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

Shades of Seagull #8DBECD

Tints of Seagull #8DBECD

RGB

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

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

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

R = 26.31%
G = 35.45%
B = 38.25%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8DBECD (or 0x8DBECD) is known color: Seagull. HEX triplet: 8D, BE and CD. RGB value is (141,190,205). Sum of RGB (Red+Green+Blue) = 141+190+205=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DBECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBECD is #724132. Grayscale: #B0B0B0. Windows color (decimal): -7487795 or 13483661. OLE color: 13483661.

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

Color convert

RGB 141 190 205 -
CMYK 0.31 0.07 0 0.20
HSL 194.06º 0.39% 0.68% -
HSV(B) 194.06º 0.31% 0.8% -
XYZ 40.42 46.9 64.68 -
YUV 177.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 141 190 205 0.31 0.07 0 0.20 194.06 0.39 0.68
Hex 8D BE CD 1F 7 0 14 C2 27 44
Octal 215 276 315 37 7 0 24 302 47 104
Binary 10001101 10111110 11001101 11111 111 0 10100 11000010 100111 1000100

Color Harmonies of #8DBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBECD

Black with #8DBECD

Text Example


Text Example

White with #8DBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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