Html Css Color HEX #96BCA8 Skeptic

📋 copy color: '#96BCA8'

red 150 ◦ green 188 ◦ blue 168

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

Shades of Skeptic #96BCA8

Tints of Skeptic #96BCA8

RGB

 RED value IS 150 (58.98% from 255) = 29.64%

 GREEN value IS 188 (73.83% from 255) = 37.15%

 BLUE value IS 168 (66.02% from 255) = 33.2%

R = 29.64%
G = 37.15%
B = 33.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#96BCA8 (or 0x96BCA8) is known color: Skeptic. HEX triplet: 96, BC and A8. RGB value is (150,188,168). Sum of RGB (Red+Green+Blue) = 150+188+168=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #96BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BCA8 is #694357. Grayscale: #AEAEAE. Windows color (decimal): -6898520 or 11058326. OLE color: 11058326.

HSL color Cylindrical-coordinate representation of color #96BCA8: hue angle of 148.42º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BCA8 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 168 -
CMYK 0.20 0 0.11 0.26
HSL 148.42º 0.22% 0.66% -
HSV(B) 148.42º 0.2% 0.74% -
XYZ 37.63 45.28 43.8 -
YUV 174.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 150 188 168 0.20 0 0.11 0.26 148.42 0.22 0.66
Hex 96 BC A8 14 0 B 1A 94 16 42
Octal 226 274 250 24 0 13 32 224 26 102
Binary 10010110 10111100 10101000 10100 0 1011 11010 10010100 10110 1000010

Color Harmonies of #96BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCA8

Black with #96BCA8

Text Example


Text Example

White with #96BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BCA8; }

 p { color: rgb(150,188,168); }

 H1.HeaderClassName
 {
   color: #96BCA8;
 }
 .AnyTagClassName
 {
   color: #96BCA8;
 }
</style>

background-color css

<style>
 a { background-color: #96BCA8; }

 a { background-color: rgb(150,188,168); }

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

border-color css

<style>
 span { border-color: #96BCA8; }

 span { border-color: rgb(150,188,168); }

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