Html Css Color HEX #8CBBA5 Skeptic

📋 copy color: '#8CBBA5'

red 140 ◦ green 187 ◦ blue 165

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

Shades of Skeptic #8CBBA5

Tints of Skeptic #8CBBA5

RGB

 RED value IS 140 (55.08% from 255) = 28.46%

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

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

R = 28.46%
G = 38.01%
B = 33.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#8CBBA5 (or 0x8CBBA5) is known color: Skeptic. HEX triplet: 8C, BB and A5. RGB value is (140,187,165). Sum of RGB (Red+Green+Blue) = 140+187+165=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBBA5 is #73445A. Grayscale: #AAAAAA. Windows color (decimal): -7554139 or 10861452. OLE color: 10861452.

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

Color convert

RGB 140 187 165 -
CMYK 0.25 0 0.12 0.27
HSL 151.91º 0.26% 0.64% -
HSV(B) 151.91º 0.25% 0.73% -
XYZ 35.38 43.83 42.19 -
YUV 170.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 140 187 165 0.25 0 0.12 0.27 151.91 0.26 0.64
Hex 8C BB A5 19 0 C 1B 98 1A 40
Octal 214 273 245 31 0 14 33 230 32 100
Binary 10001100 10111011 10100101 11001 0 1100 11011 10011000 11010 1000000

Color Harmonies of #8CBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBBA5

Black with #8CBBA5

Text Example


Text Example

White with #8CBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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