Html Css Color HEX #8DBACA Seagull

📋 copy color: '#8DBACA'

red 141 ◦ green 186 ◦ blue 202

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

Shades of Seagull #8DBACA

Tints of Seagull #8DBACA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.16%

 BLUE value IS 202 (79.3% from 255) = 38.19%

R = 26.65%
G = 35.16%
B = 38.19%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8DBACA (or 0x8DBACA) is known color: Seagull. HEX triplet: 8D, BA and CA. RGB value is (141,186,202). Sum of RGB (Red+Green+Blue) = 141+186+202=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DBACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBACA is #724535. Grayscale: #AEAEAE. Windows color (decimal): -7488822 or 13286029. OLE color: 13286029.

HSL color Cylindrical-coordinate representation of color #8DBACA: hue angle of 195.74º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DBACA is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 186 202 -
CMYK 0.30 0.08 0 0.21
HSL 195.74º 0.37% 0.67% -
HSV(B) 195.74º 0.3% 0.79% -
XYZ 39.2 45.04 62.51 -
YUV 174.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 141 186 202 0.30 0.08 0 0.21 195.74 0.37 0.67
Hex 8D BA CA 1E 8 0 15 C4 25 43
Octal 215 272 312 36 10 0 25 304 45 103
Binary 10001101 10111010 11001010 11110 1000 0 10101 11000100 100101 1000011

Color Harmonies of #8DBACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBACA

Black with #8DBACA

Text Example


Text Example

White with #8DBACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,186,202); }

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

background-color css

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

 a { background-color: rgb(141,186,202); }

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

border-color css

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

 span { border-color: rgb(141,186,202); }

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