Html Css Color HEX #8FBBA5 Skeptic

📋 copy color: '#8FBBA5'

red 143 ◦ green 187 ◦ blue 165

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

Shades of Skeptic #8FBBA5

Tints of Skeptic #8FBBA5

RGB

 RED value IS 143 (56.25% from 255) = 28.89%

 GREEN value IS 187 (73.44% from 255) = 37.78%

 BLUE value IS 165 (64.84% from 255) = 33.33%

R = 28.89%
G = 37.78%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#8FBBA5 (or 0x8FBBA5) is known color: Skeptic. HEX triplet: 8F, BB and A5. RGB value is (143,187,165). Sum of RGB (Red+Green+Blue) = 143+187+165=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBBA5 is #70445A. Grayscale: #ABABAB. Windows color (decimal): -7357531 or 10861455. OLE color: 10861455.

HSL color Cylindrical-coordinate representation of color #8FBBA5: hue angle of 150º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBBA5 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 187 165 -
CMYK 0.24 0 0.12 0.27
HSL 150º 0.24% 0.65% -
HSV(B) 150º 0.24% 0.73% -
XYZ 35.89 44.1 42.22 -
YUV 171.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 143 187 165 0.24 0 0.12 0.27 150 0.24 0.65
Hex 8F BB A5 18 0 C 1B 96 18 41
Octal 217 273 245 30 0 14 33 226 30 101
Binary 10001111 10111011 10100101 11000 0 1100 11011 10010110 11000 1000001

Color Harmonies of #8FBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBBA5

Black with #8FBBA5

Text Example


Text Example

White with #8FBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,187,165); }

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

background-color css

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

 a { background-color: rgb(143,187,165); }

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

border-color css

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

 span { border-color: rgb(143,187,165); }

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