Html Css Color HEX #8DB5B3 Conch

📋 copy color: '#8DB5B3'

red 141 ◦ green 181 ◦ blue 179

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

Shades of Conch #8DB5B3

Tints of Conch #8DB5B3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.13%

 BLUE value IS 179 (70.31% from 255) = 35.73%

R = 28.14%
G = 36.13%
B = 35.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#8DB5B3 (or 0x8DB5B3) is known color: Conch. HEX triplet: 8D, B5 and B3. RGB value is (141,181,179). Sum of RGB (Red+Green+Blue) = 141+181+179=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB5B3 is #724A4C. Grayscale: #A8A8A8. Windows color (decimal): -7490125 or 11777421. OLE color: 11777421.

HSL color Cylindrical-coordinate representation of color #8DB5B3: hue angle of 177º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8DB5B3 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 181 179 -
CMYK 0.22 0 0.01 0.29
HSL 177º 0.21% 0.63% -
HSV(B) 177º 0.22% 0.71% -
XYZ 35.65 41.97 48.87 -
YUV 168.81 133.75 108.16 -
System Red Green Blue C M Y K H S L
Decimal 141 181 179 0.22 0 0.01 0.29 177 0.21 0.63
Hex 8D B5 B3 16 0 1 1D B1 15 3F
Octal 215 265 263 26 0 1 35 261 25 77
Binary 10001101 10110101 10110011 10110 0 1 11101 10110001 10101 111111

Color Harmonies of #8DB5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB5B3

Black with #8DB5B3

Text Example


Text Example

White with #8DB5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,181,179); }

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

background-color css

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

 a { background-color: rgb(141,181,179); }

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

border-color css

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

 span { border-color: rgb(141,181,179); }

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