Html Css Color HEX #8DBECC Seagull

📋 copy color: '#8DBECC'

red 141 ◦ green 190 ◦ blue 204

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

Shades of Seagull #8DBECC

Tints of Seagull #8DBECC

RGB

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

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

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

R = 26.36%
G = 35.51%
B = 38.13%

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

#8DBECC (or 0x8DBECC) is known color: Seagull. HEX triplet: 8D, BE and CC. RGB value is (141,190,204). Sum of RGB (Red+Green+Blue) = 141+190+204=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBECC is #724133. Grayscale: #B0B0B0. Windows color (decimal): -7487796 or 13418125. OLE color: 13418125.

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

Color convert

RGB 141 190 204 -
CMYK 0.31 0.07 0 0.2
HSL 193.33º 0.38% 0.68% -
HSV(B) 193.33º 0.31% 0.8% -
XYZ 40.3 46.85 64.05 -
YUV 176.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 141 190 204 0.31 0.07 0 0.2 193.33 0.38 0.68
Hex 8D BE CC 1F 7 0 14 C1 26 44
Octal 215 276 314 37 7 0 24 301 46 104
Binary 10001101 10111110 11001100 11111 111 0 10100 11000001 100110 1000100

Color Harmonies of #8DBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBECC

Black with #8DBECC

Text Example


Text Example

White with #8DBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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